IsSubscribed 속성
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
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