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