Partager via


Propriété AlterFullTextCatalogStatement.Action

Gets or sets the action of the full text catalog statement.

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 AlterFullTextCatalogAction 
    Get 
    Set
'Utilisation
Dim instance As AlterFullTextCatalogStatement 
Dim value As AlterFullTextCatalogAction 

value = instance.Action

instance.Action = value
public AlterFullTextCatalogAction Action { get; set; }
public:
property AlterFullTextCatalogAction Action {
    AlterFullTextCatalogAction get ();
    void set (AlterFullTextCatalogAction value);
}
member Action : AlterFullTextCatalogAction with get, set
function get Action () : AlterFullTextCatalogAction 
function set Action (value : AlterFullTextCatalogAction)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.AlterFullTextCatalogAction
The full text catalog statement.

Voir aussi

Référence

AlterFullTextCatalogStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom