共用方式為


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 命名空間