AlterFullTextIndexStatement.Action 属性

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Action As AlterFullTextIndexAction
    Get
    Set
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.Data.Schema.ScriptDom.Sql.AlterFullTextIndexAction

.NET Framework 安全性

请参见

参考

AlterFullTextIndexStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间