DropSearchPropertyListAction クラス

定義

DROP 検索プロパティ リスト アクション

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

コンストラクター

名前 説明
DropSearchPropertyListAction()

DROP 検索プロパティ リスト アクション

フィールド

名前 説明
Uninitialized

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

(継承元 TSqlFragment)

プロパティ

名前 説明
FirstTokenIndex

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

(継承元 TSqlFragment)
FragmentLength

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

(継承元 TSqlFragment)
LastTokenIndex

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

(継承元 TSqlFragment)
PropertyName

プロパティ名

ScriptTokenStream

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

(継承元 TSqlFragment)
StartColumn

開始列を取得します。

(継承元 TSqlFragment)
StartLine

開始行を取得します。

(継承元 TSqlFragment)
StartOffset

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

(継承元 TSqlFragment)

メソッド

名前 説明
Accept(TSqlFragmentVisitor)

訪問者を受け入れる

AcceptChildren(TSqlFragmentVisitor)

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

適用対象