Partager via


Propriété DeclareVariableElement.Value

Gets or sets the initial variable value specified in declaration.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Value As ScalarExpression 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The initial variable value specified in declaration.

Voir aussi

Référence

DeclareVariableElement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom