IDMQueryTask.ExecuteQuery Method
This method supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in microsoft.sqlserver.dmquerytask.dll)
Syntax
'Deklaracja
Function ExecuteQuery ( _
connections As Connections, _
variables As VariableDispenser, _
events As IDTSComponentEvents, _
log As IDTSLogging, _
txn As Object _
) As Boolean
bool ExecuteQuery (
Connections connections,
VariableDispenser variables,
IDTSComponentEvents events,
IDTSLogging log,
Object txn
)
bool ExecuteQuery (
Connections^ connections,
VariableDispenser^ variables,
IDTSComponentEvents^ events,
IDTSLogging^ log,
Object^ txn
)
boolean ExecuteQuery (
Connections connections,
VariableDispenser variables,
IDTSComponentEvents events,
IDTSLogging log,
Object txn
)
function ExecuteQuery (
connections : Connections,
variables : VariableDispenser,
events : IDTSComponentEvents,
log : IDTSLogging,
txn : Object
) : boolean
Parameters
- connections
- variables
- events
- log
- txn
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.