Свойство PolicyCategoryInformation.IsSubscribed

Gets a Boolean value that indicates whether the target subscribes to PolicyCategoryInformation.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsSubscribed As Boolean 
    Get
'Применение
Dim instance As PolicyCategoryInformation 
Dim value As Boolean 

value = instance.IsSubscribed
public bool IsSubscribed { get; }
public:
property bool IsSubscribed {
    bool get ();
}
member IsSubscribed : bool
function get IsSubscribed () : boolean

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

Тип: System.Boolean
A Boolean value that indicates whether the target subscribes to PolicyCategoryInformation., True if target subscribes, otherwise False.

См. также

Справочник

PolicyCategoryInformation Класс

Пространство имен Microsoft.SqlServer.Management.Dmf