Partager via


Propriété PolicyCategoryInformation.IsSubscribed

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

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsSubscribed As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

PolicyCategoryInformation Classe

Espace de noms Microsoft.SqlServer.Management.Dmf