Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the value for the identifier.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public ReadOnly Property Value As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
The value for the identifier.
Vea también
Referencia
IdentifierOrValueExpression Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom