次の方法で共有


SelectStatement.Into プロパティ

into テーブルの名前を取得または設定します。

名前空間:  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
into テーブル名。

関連項目

参照

SelectStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間