ISql90ServerOptions.IsCommonCriteriaComplianceEnabled Property
Gets or sets a value that models the common criteria compliance setting.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IsCommonCriteriaComplianceEnabled As Nullable(Of Boolean)
Nullable<bool> IsCommonCriteriaComplianceEnabled { get; set; }
property Nullable<bool> IsCommonCriteriaComplianceEnabled {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
abstract IsCommonCriteriaComplianceEnabled : Nullable<bool> with get, set
function get IsCommonCriteriaComplianceEnabled () : Nullable<boolean>
function set IsCommonCriteriaComplianceEnabled (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.