ManagedWrapper.InitializeTask Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes the wrapper task.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub InitializeTask ( _
connections As IDTSConnections100, _
variableDispenser As IDTSVariableDispenser100, _
events As IDTSInfoEvents100, _
log As IDTSLogging100, _
eventInfos As IDTSEventInfos100, _
logEntryInfos As IDTSLogEntryInfos100, _
refTracker As IDTSObjectReferenceTracker100 _
)
'Usage
Dim instance As ManagedWrapper
Dim connections As IDTSConnections100
Dim variableDispenser As IDTSVariableDispenser100
Dim events As IDTSInfoEvents100
Dim log As IDTSLogging100
Dim eventInfos As IDTSEventInfos100
Dim logEntryInfos As IDTSLogEntryInfos100
Dim refTracker As IDTSObjectReferenceTracker100
instance.InitializeTask(connections, _
variableDispenser, events, log, eventInfos, _
logEntryInfos, refTracker)
public void InitializeTask(
IDTSConnections100 connections,
IDTSVariableDispenser100 variableDispenser,
IDTSInfoEvents100 events,
IDTSLogging100 log,
IDTSEventInfos100 eventInfos,
IDTSLogEntryInfos100 logEntryInfos,
IDTSObjectReferenceTracker100 refTracker
)
public:
virtual void InitializeTask(
IDTSConnections100^ connections,
IDTSVariableDispenser100^ variableDispenser,
IDTSInfoEvents100^ events,
IDTSLogging100^ log,
IDTSEventInfos100^ eventInfos,
IDTSLogEntryInfos100^ logEntryInfos,
IDTSObjectReferenceTracker100^ refTracker
) sealed
abstract InitializeTask :
connections:IDTSConnections100 *
variableDispenser:IDTSVariableDispenser100 *
events:IDTSInfoEvents100 *
log:IDTSLogging100 *
eventInfos:IDTSEventInfos100 *
logEntryInfos:IDTSLogEntryInfos100 *
refTracker:IDTSObjectReferenceTracker100 -> unit
override InitializeTask :
connections:IDTSConnections100 *
variableDispenser:IDTSVariableDispenser100 *
events:IDTSInfoEvents100 *
log:IDTSLogging100 *
eventInfos:IDTSEventInfos100 *
logEntryInfos:IDTSLogEntryInfos100 *
refTracker:IDTSObjectReferenceTracker100 -> unit
public final function InitializeTask(
connections : IDTSConnections100,
variableDispenser : IDTSVariableDispenser100,
events : IDTSInfoEvents100,
log : IDTSLogging100,
eventInfos : IDTSEventInfos100,
logEntryInfos : IDTSLogEntryInfos100,
refTracker : IDTSObjectReferenceTracker100
)
Parameters
- connections
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
The connections used.
- variableDispenser
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
The variable dispenser.
- events
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The events.
- log
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100
The log.
- eventInfos
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
The event information.
- logEntryInfos
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
The log entry information.
- refTracker
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100
The reference tracker.