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 the expression that is the predicate for the iif function.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Predicate As BooleanExpression
Get
Set
'Usage
Dim instance As IIfCall
Dim value As BooleanExpression
value = instance.Predicate
instance.Predicate = value
public BooleanExpression Predicate { get; set; }
public:
property BooleanExpression^ Predicate {
BooleanExpression^ get ();
void set (BooleanExpression^ value);
}
member Predicate : BooleanExpression with get, set
function get Predicate () : BooleanExpression
function set Predicate (value : BooleanExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
The expression that is the predicate for the iif function.