IDTSConnections100.Add(String) Method

Definition

Adds the connection manager of the specified connection type to collection.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ Add(System::String ^ bstrConnectionType);
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 Add (string bstrConnectionType);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
Public Function Add (bstrConnectionType As String) As IDTSConnectionManager100

Parameters

bstrConnectionType
String

The connection type for the connection manager.

Returns

The connection manager that was added to the collection.

Attributes

Remarks

For more information, see Connections.

Applies to