共用方式為


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 命名空間