Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the CommonCriteriaComplianceEnabled property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("CommonCriteriaComplianceEnabledName")> _
<DisplayDescriptionKeyAttribute("CommonCriteriaComplianceEnabledDesc")> _
ReadOnly Property CommonCriteriaComplianceEnabled As Boolean
Get
'Usage
Dim instance As IServerSecurityFacet
Dim value As Boolean
value = instance.CommonCriteriaComplianceEnabled
[DisplayNameKeyAttribute("CommonCriteriaComplianceEnabledName")]
[DisplayDescriptionKeyAttribute("CommonCriteriaComplianceEnabledDesc")]
bool CommonCriteriaComplianceEnabled { get; }
[DisplayNameKeyAttribute(L"CommonCriteriaComplianceEnabledName")]
[DisplayDescriptionKeyAttribute(L"CommonCriteriaComplianceEnabledDesc")]
property bool CommonCriteriaComplianceEnabled {
bool get ();
}
[<DisplayNameKeyAttribute("CommonCriteriaComplianceEnabledName")>]
[<DisplayDescriptionKeyAttribute("CommonCriteriaComplianceEnabledDesc")>]
abstract CommonCriteriaComplianceEnabled : bool
function get CommonCriteriaComplianceEnabled () : boolean
Property Value
Type: System.Boolean
The CommonCriteriaComplianceEnabled property value.