Partager via


Propriété AlterFullTextIndexStatement.Action

Gets or sets the Action how index is altered.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Action As AlterFullTextIndexAction 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.AlterFullTextIndexAction
The Action how index is altered.

Voir aussi

Référence

AlterFullTextIndexStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom