ConnectionManagerItems.Add(String, String) Method

Definition

Add a connection manager item to the end of the ConnectionManagerItems

public:
 Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ Add(System::String ^ creationName, System::String ^ streamName);
public Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem Add (string creationName, string streamName);
member this.Add : string * string -> Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
Public Function Add (creationName As String, streamName As String) As ConnectionManagerItem

Parameters

creationName
String

Specifies the creation name of the connection manager to be added.

streamName
String

Provides the stream name for the connection manager.

Returns

The added connection manager item.

Applies to