IDTSLogProviderInit100.InitializeLogProvider 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Called when the log provider is added to a package.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Sub InitializeLogProvider ( _
pConnections As IDTSConnections100, _
pEvents As IDTSInfoEvents100, _
pRefTracker As IDTSObjectReferenceTracker100 _
)
用法
Dim instance As IDTSLogProviderInit100
Dim pConnections As IDTSConnections100
Dim pEvents As IDTSInfoEvents100
Dim pRefTracker As IDTSObjectReferenceTracker100
instance.InitializeLogProvider(pConnections, _
pEvents, pRefTracker)
void InitializeLogProvider(
IDTSConnections100 pConnections,
IDTSInfoEvents100 pEvents,
IDTSObjectReferenceTracker100 pRefTracker
)
void InitializeLogProvider(
[InAttribute] IDTSConnections100^ pConnections,
[InAttribute] IDTSInfoEvents100^ pEvents,
[InAttribute] IDTSObjectReferenceTracker100^ pRefTracker
)
abstract InitializeLogProvider :
pConnections:IDTSConnections100 *
pEvents:IDTSInfoEvents100 *
pRefTracker:IDTSObjectReferenceTracker100 -> unit
function InitializeLogProvider(
pConnections : IDTSConnections100,
pEvents : IDTSInfoEvents100,
pRefTracker : IDTSObjectReferenceTracker100
)
参数
- pConnections
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
The collection of package connections.
- pEvents
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The events supplied by the package.
- pRefTracker
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100
The reference tracker.
注释
For more information, see LogProviderBase.