Compartir a través de


AlterFullTextCatalogStatement.Action Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Action As AlterFullTextCatalogAction 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

AlterFullTextCatalogStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom