IDTSExecuteSQL.ParameterBindings 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets an object that implements IDTSParameterBindings interface.

命名空间:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
程序集:  Microsoft.SqlServer.SQLTask(在 Microsoft.SqlServer.SQLTask.dll 中)

语法

声明
ReadOnly Property ParameterBindings As IDTSParameterBindings 
    Get
用法
Dim instance As IDTSExecuteSQL 
Dim value As IDTSParameterBindings 

value = instance.ParameterBindings
IDTSParameterBindings ParameterBindings { get; }
property IDTSParameterBindings^ ParameterBindings {
    IDTSParameterBindings^ get ();
}
abstract ParameterBindings : IDTSParameterBindings
function get ParameterBindings () : IDTSParameterBindings

属性值

类型:Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSParameterBindings
An object that implements the IDTSParameterBindings interface.

请参阅

参考

IDTSExecuteSQL 接口

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