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 命名空間