Freigeben über


IServerSecurityFacet.CommonCriteriaComplianceEnabled-Eigenschaft

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.

Siehe auch

Verweis

IServerSecurityFacet Schnittstelle

Microsoft.SqlServer.Management.Smo-Namespace