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 that is going to be set.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Variable As VariableReference
Get
Set
'Usage
Dim instance As SetVariableStatement
Dim value As VariableReference
value = instance.Variable
instance.Variable = value
public VariableReference Variable { get; set; }
public:
property VariableReference^ Variable {
VariableReference^ get ();
void set (VariableReference^ value);
}
member Variable : VariableReference with get, set
function get Variable () : VariableReference
function set Variable (value : VariableReference)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.VariableReference
The variable that is going to be set.