Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.