3 番目の子の式を取得します。
名前空間: 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
3 番目の子の式。