InsertSpecification クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Insert のプロパティ
[System.Serializable]
public class InsertSpecification : Microsoft.SqlServer.TransactSql.ScriptDom.DataModificationSpecification
[<System.Serializable>]
type InsertSpecification = class
inherit DataModificationSpecification
Public Class InsertSpecification
Inherits DataModificationSpecification
- 継承
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| InsertSpecification() |
Insert のプロパティ |
フィールド
| 名前 | 説明 |
|---|---|
| Uninitialized |
トークンを示す定数と初期化されていないトークン。 (継承元 TSqlFragment) |
プロパティ
| 名前 | 説明 |
|---|---|
| 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(TSqlFragmentVisitor) |
訪問者を受け入れる |
| AcceptChildren(TSqlFragmentVisitor) |
子供のための訪問者を受け入れます |