次の方法で共有


TSEqualCall.SecondExpression プロパティ

2 番目の式を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property SecondExpression As ScalarExpression 
    Get 
    Set
'使用
Dim instance As TSEqualCall 
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
2 番目の式。

関連項目

参照

TSEqualCall クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間