次の方法で共有


InsertSpecification.InsertSource プロパティ

挿入のソースを取得または設定します。これは、ValuesInsertSource、SelectInsertSource、または ExecuteInsertSource とすることができます。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property InsertSource As InsertSource 
    Get 
    Set
'使用
Dim instance As InsertSpecification 
Dim value As InsertSource 

value = instance.InsertSource

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

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.InsertSource
挿入のソース。

関連項目

参照

InsertSpecification クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間