BooleanBinaryExpression.SecondExpression 属性

Gets or sets the second child expression.

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

语法

声明
Public Property SecondExpression As BooleanExpression 
    Get 
    Set
用法
Dim instance As BooleanBinaryExpression 
Dim value As BooleanExpression 

value = instance.SecondExpression

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

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
The second child expression.

请参阅

参考

BooleanBinaryExpression 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间