PolicyCategoryInformation.IsEmptyCategory 속성
Gets a Boolean value that indicates whether Policy is null.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public ReadOnly Property IsEmptyCategory As Boolean
Get
‘사용 방법
Dim instance As PolicyCategoryInformation
Dim value As Boolean
value = instance.IsEmptyCategory
public bool IsEmptyCategory { get; }
public:
property bool IsEmptyCategory {
bool get ();
}
member IsEmptyCategory : bool
function get IsEmptyCategory () : boolean
속성 값
유형: System.Boolean
A Boolean value, True if the Policy is null, otherwise False.