Compartir a través de


Application.SubscriptionsEnabled Property

Gets a value that indicates if the subscription management is enabled for the application.

Espacio de nombres: Microsoft.SqlServer.Management.Nmo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property SubscriptionsEnabled As Boolean
public bool SubscriptionsEnabled { get; }
public:
property bool SubscriptionsEnabled {
    bool get ();
}
/** @property */
public boolean get_SubscriptionsEnabled ()
public function get SubscriptionsEnabled () : boolean

Valor de propiedad

true if the subscription management is enabled; otherwise false.

Notas

When subscription management is enabled, subscription records can be added, modified, and deleted.

Use the Application.EnableSubscriptions method to enable subscription management. Enable all application components using the application's Enable method. Enable all instance and application components using the instance's Enable method.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Application Class
Application Members
Microsoft.SqlServer.Management.Nmo Namespace

Otros recursos

Controlar el funcionamiento de una instancia y de una aplicación