BooleanTernaryExpression.ThirdExpression 屬性

Gets the third child expression.

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

語法

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

value = instance.ThirdExpression

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

屬性值

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

請參閱

參考

BooleanTernaryExpression 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間