Execute-Methode
Runs the Data Profiling task.
Namespace: Microsoft.SqlServer.Dts.Tasks.DataProfilingTask
Assembly: Microsoft.SqlServer.DataProfilingTask (in Microsoft.SqlServer.DataProfilingTask.dll)
Syntax
'Declaration
Public Overrides Function Execute ( _
connections As Connections, _
variableDispenser As VariableDispenser, _
componentEvents As IDTSComponentEvents, _
log As IDTSLogging, _
transaction As Object _
) As DTSExecResult
'Usage
Dim instance As DataProfilingTask
Dim connections As Connections
Dim variableDispenser As VariableDispenser
Dim componentEvents As IDTSComponentEvents
Dim log As IDTSLogging
Dim transaction As Object
Dim returnValue As DTSExecResult
returnValue = instance.Execute(connections, _
variableDispenser, componentEvents, _
log, transaction)
public override DTSExecResult Execute(
Connections connections,
VariableDispenser variableDispenser,
IDTSComponentEvents componentEvents,
IDTSLogging log,
Object transaction
)
public:
virtual DTSExecResult Execute(
Connections^ connections,
VariableDispenser^ variableDispenser,
IDTSComponentEvents^ componentEvents,
IDTSLogging^ log,
Object^ transaction
) override
abstract Execute :
connections:Connections *
variableDispenser:VariableDispenser *
componentEvents:IDTSComponentEvents *
log:IDTSLogging *
transaction:Object -> DTSExecResult
override Execute :
connections:Connections *
variableDispenser:VariableDispenser *
componentEvents:IDTSComponentEvents *
log:IDTSLogging *
transaction:Object -> DTSExecResult
public override function Execute(
connections : Connections,
variableDispenser : VariableDispenser,
componentEvents : IDTSComponentEvents,
log : IDTSLogging,
transaction : Object
) : DTSExecResult
Parameter
- connections
Typ: Microsoft.SqlServer.Dts.Runtime. . :: . .Connections
A Connections collection through which the task can access connections in the package.
- variableDispenser
Typ: Microsoft.SqlServer.Dts.Runtime. . :: . .VariableDispenser
A VariableDispenser object through which the task can access variables in the package.
- componentEvents
Typ: Microsoft.SqlServer.Dts.Runtime. . :: . .IDTSComponentEvents
An object, that implements the IDTSComponentEvents interface, through which the task can raise events to the package.
- log
Typ: Microsoft.SqlServer.Dts.Runtime. . :: . .IDTSLogging
An object, that implements the IDTSLogging interface, through which the task can write messages to logs defined in the package.
- transaction
Typ: System. . :: . .Object
The transaction object of which the container is a part. This value can be nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic).
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Runtime. . :: . .DTSExecResult
One of the enumeration values that indicates whether the execution of the task succeeded or failed.