IDTSConnectionManagerInit100.InitializeConnectionManager 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void InitializeConnectionManager(System::String ^ bstrQualifier, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSLogging100 ^ pLog);
public void InitializeConnectionManager(string bstrQualifier, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSInfoEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSLogging100 pLog);
abstract member InitializeConnectionManager : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSLogging100 -> unit
Public Sub InitializeConnectionManager (bstrQualifier As String, pEvents As IDTSInfoEvents100, pLog As IDTSLogging100)
參數
- bstrQualifier
- String
- pEvents
- IDTSInfoEvents100
- pLog
- IDTSLogging100