第 2 の子の式を取得または設定します。
名前空間: 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
第 2 の子の式。