SelectStatement.Into 属性

Gets or sets the into table name.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property Into As SchemaObjectName 
    Get 
    Set
用法
Dim instance As SelectStatement 
Dim value As SchemaObjectName 

value = instance.Into

instance.Into = value
public SchemaObjectName Into { get; set; }
public:
property SchemaObjectName^ Into {
    SchemaObjectName^ get ();
    void set (SchemaObjectName^ value);
}
member Into : SchemaObjectName with get, set
function get Into () : SchemaObjectName 
function set Into (value : SchemaObjectName)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The into table name.

请参阅

参考

SelectStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间