Compartir a través de


CreateRuleStatement.Expression Propiedad

Gets or sets the expression that is the rule.

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 BooleanExpression 
    Get 
    Set
'Uso
Dim instance As CreateRuleStatement 
Dim value As BooleanExpression 

value = instance.Expression

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
The expression that is the rule.

Vea también

Referencia

CreateRuleStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom