IDTSExecuteSQL Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines the properties for the Execute SQL task.
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
| Name | Description | |
|---|---|---|
![]() | BypassPrepare | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the Execute SQL task skips preparation of the statement when sending the SQL statement to the relational database management system (RDBMS). |
![]() | CodePage | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the code page to use when translating variable values that are stored as Unicode wide chars to multi-bytes. |
![]() | Connection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection manager for the Execute SQL task. |
![]() | IsStoredProcedure | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the SQL statement specified by the Execute SQL task is a stored procedure. |
![]() | ParameterBindings | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an object that implements IDTSParameterBindings interface. |
![]() | ResultSetBindings | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an object that implements IDTSResultBindings interface. |
![]() | ResultSetType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type of result set returned by the SQL statement that the Execute SQL task runs. |
![]() | SqlStatementSource | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the source that contains the SQL statement that the Execute SQL task runs. |
![]() | SqlStatementSourceType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type of source that contains the SQL statement that the Execute SQL task runs. |
![]() | TimeOut | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the maximum number of seconds the task can run before timing out. |
