Condividi tramite


Proprietà PolicyCategoryInformation.IsSubscribed

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsSubscribed As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

PolicyCategoryInformation Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf