SetSearchPropertyListAlterFullTextIndexAction クラス

定義

ALTER FULLTEXT INDEX ステートメントの SEARCH PROPERTY LIST アクションを表します

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

コンストラクター

名前 説明
SetSearchPropertyListAlterFullTextIndexAction()

ALTER FULLTEXT INDEX ステートメントの SEARCH PROPERTY LIST アクションを表します

フィールド

名前 説明
Uninitialized

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

(継承元 TSqlFragment)

プロパティ

名前 説明
FirstTokenIndex

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

(継承元 TSqlFragment)
FragmentLength

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

(継承元 TSqlFragment)
LastTokenIndex

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

(継承元 TSqlFragment)
ScriptTokenStream

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

(継承元 TSqlFragment)
SearchPropertyListOption

SEARCH PROPERTY LIST オプション

StartColumn

開始列を取得します。

(継承元 TSqlFragment)
StartLine

開始行を取得します。

(継承元 TSqlFragment)
StartOffset

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

(継承元 TSqlFragment)
WithNoPopulation

NO POPULATION が指定されている場合は True

メソッド

名前 説明
Accept(TSqlFragmentVisitor)

訪問者を受け入れる

AcceptChildren(TSqlFragmentVisitor)

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

適用対象