AssignmentSetClause.Variable プロパティ

代入変数を取得または設定します。 省略可能です。null も指定できます。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Variable As Literal
'使用
Dim instance As AssignmentSetClause
Dim value As Literal

value = instance.Variable

instance.Variable = value
public Literal Variable { get; set; }
public:
property Literal^ Variable {
    Literal^ get ();
    void set (Literal^ value);
}
public function get Variable () : Literal
public function set Variable (value : Literal)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.Literal

参照

参照

AssignmentSetClause クラス

AssignmentSetClause メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間