Sets a connection string to the underlying connection.
Namespace: SSIS.Test.DtsAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public void SetConnectionString( string value ) |
| Visual Basic |
|---|
Public Sub SetConnectionString ( _ value As String _ ) |
| Visual C++ |
|---|
public: void SetConnectionString( String^ value ) |
Parameters
- value
- Type: System..::..String
A string value representing a connection string.