共用方式為


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 命名空間