Bagikan melalui


IDTSExecuteSQL.ParameterBindings Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Syntax

'Declaration
ReadOnly Property ParameterBindings As IDTSParameterBindings
    Get
'Usage
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