Propriedade do RDL PolicyCategoryInformation.IsSubscribed
Gets a Boolean value that indicates whether the target subscribes to PolicyCategoryInformation.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
A Boolean value that indicates whether the target subscribes to PolicyCategoryInformation., True if target subscribes, otherwise False.