AlterFullTextCatalogStatement.Action (Propiedad)

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

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

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.AlterFullTextCatalogAction

Seguridad de .NET Framework

Vea también

Referencia

AlterFullTextCatalogStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)