IDTSConnections100.Add(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定連接類型的連接管理員加入至集合。
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
參數
- bstrConnectionType
- String
連接管理員的連接類型。
傳回
加入至集合的連接管理員。
- 屬性
備註
如需詳細資訊,請參閱Connections。