IDTSExecuteSQL 接口
此 API 支持 基础结构,但不能通过代码直接使用。
命名空间: 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 | 基础结构。 | |
CodePage | 基础结构。 | |
Connection | 基础结构。 | |
IsStoredProcedure | 基础结构。 | |
ParameterBindings | 基础结构。 | |
ResultSetBindings | 基础结构。 | |
ResultSetType | 基础结构。 | |
SqlStatementSource | 基础结构。 | |
SqlStatementSourceType | 基础结构。 | |
TimeOut | 基础结构。 |
页首