Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the expression that is the rule.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Expression As BooleanExpression
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
The expression that is the rule.