Condividi tramite


Application.SubscriptionsEnabled Property

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

Spazio dei nomi: Microsoft.SqlServer.Management.Nmo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

true if the subscription management is enabled; otherwise false.

Osservazioni

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.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

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

Altre risorse

Controllo del funzionamento dell'istanza e delle applicazioni