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