ReceiveStatement.Into 属性

获取或设置用接收的消息填充其中的列的表。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Into As Literal
    Get
    Set
public Literal Into { get; set; }
public:
property Literal^ Into {
    Literal^ get ();
    void set (Literal^ value);
}
member Into : Literal with get, set
function get Into () : Literal
function set Into (value : Literal)

属性值

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

备注

可选。

.NET Framework 安全性

请参见

参考

ReceiveStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间