IDTSConnections100.Add(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.
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.