IDTSExecuteSQL Interface
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Syntax
'Declaration
Public Interface IDTSExecuteSQL
'Usage
Dim instance As IDTSExecuteSQL
public interface IDTSExecuteSQL
public interface class IDTSExecuteSQL
type IDTSExecuteSQL = interface end
public interface IDTSExecuteSQL
The IDTSExecuteSQL type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
BypassPrepare | Infrastructure. |
![]() |
CodePage | Infrastructure. |
![]() |
Connection | Infrastructure. |
![]() |
IsStoredProcedure | Infrastructure. |
![]() |
ParameterBindings | Infrastructure. |
![]() |
ResultSetBindings | Infrastructure. |
![]() |
ResultSetType | Infrastructure. |
![]() |
SqlStatementSource | Infrastructure. |
![]() |
SqlStatementSourceType | Infrastructure. |
![]() |
TimeOut | Infrastructure. |
Top