次の方法で共有


InsertStatement.InsertSpecification プロパティ

挿入の指定を取得または設定します。

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

構文

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

value = instance.InsertSpecification

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

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.InsertSpecification
挿入の指定。

関連項目

参照

InsertStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間