次の方法で共有


InsertSpecification クラス

挿入のプロパティを表します。

継承階層

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
    Microsoft.SqlServer.TransactSql.ScriptDom.DataModificationSpecification
      Microsoft.SqlServer.TransactSql.ScriptDom.InsertSpecification

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

構文

'宣言
<SerializableAttribute> _
Public Class InsertSpecification _
    Inherits DataModificationSpecification
'使用
Dim instance As InsertSpecification
[SerializableAttribute]
public class InsertSpecification : DataModificationSpecification
[SerializableAttribute]
public ref class InsertSpecification : public DataModificationSpecification
[<SerializableAttribute>]
type InsertSpecification =  
    class 
        inherit DataModificationSpecification 
    end
public class InsertSpecification extends DataModificationSpecification

InsertSpecification 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド InsertSpecification InsertSpecification クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Columns 省略可能な対象列の一覧を取得します。
パブリック プロパティ FirstTokenIndex 最初のトークン インデックスを取得または設定します。 (TSqlFragment から継承されています。)
パブリック プロパティ FragmentLength フラグメントの長さを取得します。 (TSqlFragment から継承されています。)
パブリック プロパティ InsertOption 挿入オプションを取得または設定します。
パブリック プロパティ InsertSource 挿入のソースを取得または設定します。これは、ValuesInsertSource、SelectInsertSource、または ExecuteInsertSource とすることができます。
パブリック プロパティ LastTokenIndex 最後のトークン インデックスを取得または設定します。 (TSqlFragment から継承されています。)
パブリック プロパティ OutputClause OUTPUT 句を取得または設定します。 (DataModificationSpecification から継承されています。)
パブリック プロパティ OutputIntoClause OUTPUT INTO 句を取得または設定します。 (DataModificationSpecification から継承されています。)
パブリック プロパティ ScriptTokenStream トークン ストリームの一覧を取得または設定します。 (TSqlFragment から継承されています。)
パブリック プロパティ StartColumn 開始列を取得します。 (TSqlFragment から継承されています。)
パブリック プロパティ StartLine 開始行を取得します。 (TSqlFragment から継承されています。)
パブリック プロパティ StartOffset フラグメントの開始オフセット値を取得します。 (TSqlFragment から継承されています。)
パブリック プロパティ Target 対象のテーブル参照を取得または設定します。 (DataModificationSpecification から継承されています。)
パブリック プロパティ TopRowFilter 先頭行フィルターを取得または設定します。 (DataModificationSpecification から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Accept 指定されたビジターのエントリ ポイントを示します。 (TSqlFragment.Accept(TSqlFragmentVisitor) をオーバーライドします。)
パブリック メソッド AcceptChildren 指定されたビジターを持つ子で Accept を呼び出します。 (DataModificationSpecification.AcceptChildren(TSqlFragmentVisitor) をオーバーライドします。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間