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.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask 命名空间