DeleteSpecification クラス

定義

Delete のプロパティ

[System.Serializable]
public class DeleteSpecification : Microsoft.SqlServer.TransactSql.ScriptDom.UpdateDeleteSpecificationBase
[<System.Serializable>]
type DeleteSpecification = class
    inherit UpdateDeleteSpecificationBase
Public Class DeleteSpecification
Inherits UpdateDeleteSpecificationBase
継承
属性

コンストラクター

名前 説明
DeleteSpecification()

Delete のプロパティ

フィールド

名前 説明
Uninitialized

トークンを示す定数と初期化されていないトークン。

(継承元 TSqlFragment)

プロパティ

名前 説明
FirstTokenIndex

トークンの最初のインデックスを取得または設定します。

(継承元 TSqlFragment)
FragmentLength

フラグメントが解析されたスクリプトで占める文字数を定義します。

(継承元 TSqlFragment)
FromClause

省略可能な値は null です。

(継承元 UpdateDeleteSpecificationBase)
LastTokenIndex

トークンの最後のインデックスを取得または設定します。

(継承元 TSqlFragment)
OutputClause

OUTPUT 句。

(継承元 DataModificationSpecification)
OutputIntoClause

OUTPUT INTO 句。

(継承元 DataModificationSpecification)
ScriptTokenStream

スクリプト トークン ストリームを取得または設定します。

(継承元 TSqlFragment)
StartColumn

開始列を取得します。

(継承元 TSqlFragment)
StartLine

開始行を取得します。

(継承元 TSqlFragment)
StartOffset

解析されたスクリプト内のフラグメントの開始位置の文字オフセットを定義します。

(継承元 TSqlFragment)
Target

ターゲット テーブル参照。

(継承元 DataModificationSpecification)
TopRowFilter

一番上の行フィルター。

(継承元 DataModificationSpecification)
WhereClause

省略可能な値は null です。

(継承元 UpdateDeleteSpecificationBase)

メソッド

名前 説明
Accept(TSqlFragmentVisitor)

訪問者を受け入れる

AcceptChildren(TSqlFragmentVisitor)

子供のための訪問者を受け入れます

適用対象