共用方式為


BooleanTernaryExpression.SecondExpression 屬性

Gets the second child expression.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property SecondExpression As ScalarExpression 
    Get 
    Set
'用途
Dim instance As BooleanTernaryExpression 
Dim value As ScalarExpression 

value = instance.SecondExpression

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

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The second child expression.

請參閱

參考

BooleanTernaryExpression 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間