AlterFullTextIndexStatement.Action プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Action As AlterFullTextIndexAction
'使用
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);
}
public function get Action () : AlterFullTextIndexAction
public function set Action (value : AlterFullTextIndexAction)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.AlterFullTextIndexAction

参照

参照

AlterFullTextIndexStatement クラス

AlterFullTextIndexStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間