IIfCall.Predicate 属性

Gets the expression that is the predicate for the iif function.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property Predicate As BooleanExpression 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
The expression that is the predicate for the iif function.

请参阅

参考

IIfCall 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间