IDTSLogProviderInit100.InitializeLogProvider 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當記錄提供者加入至封裝時呼叫。
public:
void InitializeLogProvider(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSObjectReferenceTracker100 ^ pRefTracker);
public void InitializeLogProvider (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100 pRefTracker);
abstract member InitializeLogProvider : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100 -> unit
Public Sub InitializeLogProvider (pConnections As IDTSConnections100, pEvents As IDTSInfoEvents100, pRefTracker As IDTSObjectReferenceTracker100)
參數
- pConnections
- IDTSConnections100
封裝連接的集合。
- pEvents
- IDTSInfoEvents100
封裝提供的事件。
- pRefTracker
- IDTSObjectReferenceTracker100
參考追蹤程式。
備註
如需詳細資訊,請參閱LogProviderBase。