Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: System.Boolean
The CommonCriteriaComplianceEnabled property value.