Поделиться через


Application.SubscriptionsEnabled Property

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

Пространство имен: Microsoft.SqlServer.Management.Nmo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
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

Значение свойства

true if the subscription management is enabled; otherwise false.

Замечания

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.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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

Другие ресурсы

Контроль работы экземпляра и приложений