Partager via


Propriété IdentifierOrValueExpression.Value

Gets or sets the value for the identifier.

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

Syntaxe

'Déclaration
Public ReadOnly Property Value As String 
    Get
'Utilisation
Dim instance As IdentifierOrValueExpression 
Dim value As String 

value = instance.Value
public string Value { get; }
public:
property String^ Value {
    String^ get ();
}
member Value : string
function get Value () : String

Valeur de propriété

Type : System.String
The value for the identifier.

Voir aussi

Référence

IdentifierOrValueExpression Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom