Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.