Właściwość IDTSParameterBinding.DtsVariableName
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
Property DtsVariableName As String
Get
Set
'Użycie
Dim instance As IDTSParameterBinding
Dim value As String
value = instance.DtsVariableName
instance.DtsVariableName = value
string DtsVariableName { get; set; }
property String^ DtsVariableName {
String^ get ();
void set (String^ value);
}
abstract DtsVariableName : string with get, set
function get DtsVariableName () : String
function set DtsVariableName (value : String)
Wartość właściwości
Typ: System.String
Zobacz także