AlterFullTextIndexStatement.Action 属性

Gets or sets the Action how index is altered.

命名空间:  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
The Action how index is altered.

请参阅

参考

AlterFullTextIndexStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间