Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the variable name.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Property VariableName As String
Get
Set
'Usage
Dim instance As VariableValue
Dim value As String
value = instance.VariableName
instance.VariableName = value
public string VariableName { get; set; }
public:
property String^ VariableName {
String^ get ();
void set (String^ value);
}
member VariableName : string with get, set
function get VariableName () : String
function set VariableName (value : String)
Property Value
Type: System.String
The variable name.