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.