Compartir a través de


SetVariableStatement.Expression Propiedad

Gets or sets the expression that the variable is going to be set. Can be nulles una referencia NULL (Nothing en Visual Basic). in case of cursor.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Expression As ScalarExpression 
    Get 
    Set
'Uso
Dim instance As SetVariableStatement 
Dim value As ScalarExpression 

value = instance.Expression

instance.Expression = value
public ScalarExpression Expression { get; set; }
public:
property ScalarExpression^ Expression {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member Expression : ScalarExpression with get, set
function get Expression () : ScalarExpression 
function set Expression (value : ScalarExpression)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The expression that the variable is going to be set.

Vea también

Referencia

SetVariableStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom