次の方法で共有


AlterFullTextIndexStatement.Action プロパティ

インデックスの変更方法を示すアクションを取得または設定します。

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

構文

'宣言
Public Property Action As AlterFullTextIndexAction 
    Get 
    Set
'使用
Dim instance As AlterFullTextIndexStatement 
Dim value As AlterFullTextIndexAction 

value = instance.Action

instance.Action = value
public AlterFullTextIndexAction Action { get; set; }
public:
property AlterFullTextIndexAction^ Action {
    AlterFullTextIndexAction^ get ();
    void set (AlterFullTextIndexAction^ value);
}
member Action : AlterFullTextIndexAction with get, set
function get Action () : AlterFullTextIndexAction 
function set Action (value : AlterFullTextIndexAction)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.AlterFullTextIndexAction
インデックスの変更方法を示すアクション。

関連項目

参照

AlterFullTextIndexStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間