IsSubscribed Propiedad
Gets a Boolean value that indicates whether the target subscribes to PolicyCategoryInformation.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsSubscribed As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value that indicates whether the target subscribes to PolicyCategoryInformation., True if target subscribes, otherwise False.
Vea también