OutputClause.IntoTable プロパティ

テーブルを取得または設定します。SchemaObjectName または変数を指定できます。

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

構文

'宣言
Public Property IntoTable As TSqlFragment
'使用
Dim instance As OutputClause
Dim value As TSqlFragment

value = instance.IntoTable

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

プロパティ値

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

参照

参照

OutputClause クラス

OutputClause メンバ

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