Condividi tramite


Proprietà IdentifierOrValueExpression.Value

Gets or sets the value for the identifier.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Value As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The value for the identifier.

Vedere anche

Riferimento

IdentifierOrValueExpression Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom