ReceiveStatement.Into プロパティ

受信したメッセージから選択して列に挿入するテーブルを取得または設定します。

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

構文

'宣言
Public Property Into As Literal
'使用
Dim instance As ReceiveStatement
Dim value As Literal

value = instance.Into

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

プロパティ値

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

解説

省略可能です。

参照

参照

ReceiveStatement クラス

ReceiveStatement メンバ

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