Właściwość IDTSExecuteSQL.ParameterBindings
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Zestaw: Microsoft.SqlServer.SQLTask (w Microsoft.SqlServer.SQLTask.dll)
Składnia
'Deklaracja
ReadOnly Property ParameterBindings As IDTSParameterBindings
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.IDTSParameterBindings
Zobacz także