ConnectionManagerItems.Add(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.