IDTSExecuteSQL 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines the properties for the Execute SQL task.
命名空间: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
程序集: Microsoft.SqlServer.SQLTask(在 Microsoft.SqlServer.SQLTask.dll 中)
语法
声明
Public Interface IDTSExecuteSQL
用法
Dim instance As IDTSExecuteSQL
public interface IDTSExecuteSQL
public interface class IDTSExecuteSQL
type IDTSExecuteSQL = interface end
public interface IDTSExecuteSQL
IDTSExecuteSQL 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
BypassPrepare | 基础结构。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 | 基础结构。Gets or sets the code page to use when translating variable values that are stored as Unicode wide chars to multi-bytes. |
![]() |
Connection | 基础结构。Gets or sets the name of the connection manager for the Execute SQL task. |
![]() |
IsStoredProcedure | 基础结构。Gets or sets a value that indicates whether the SQL statement specified by the Execute SQL task is a stored procedure. |
![]() |
ParameterBindings | 基础结构。Gets an object that implements IDTSParameterBindings interface. |
![]() |
ResultSetBindings | 基础结构。Gets an object that implements IDTSResultBindings interface. |
![]() |
ResultSetType | 基础结构。Gets or sets the type of result set returned by the SQL statement that the Execute SQL task runs. |
![]() |
SqlStatementSource | 基础结构。Gets or sets the name of the source that contains the SQL statement that the Execute SQL task runs. |
![]() |
SqlStatementSourceType | 基础结构。Gets or sets the type of source that contains the SQL statement that the Execute SQL task runs. |
![]() |
TimeOut | 基础结构。Gets or sets the maximum number of seconds the task can run before timing out. |
页首