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