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.