Compartir a través de


DatabaseUnitTestingSection.AllowConfigurationOverride (Propiedad)

Espacio de nombres:  Microsoft.Data.Schema.UnitTesting.Configuration
Ensamblado:  Microsoft.Data.Schema.UnitTesting (en Microsoft.Data.Schema.UnitTesting.dll)

Sintaxis

'Declaración
<ConfigurationPropertyAttribute("AllowConfigurationOverride", DefaultValue := False,  _
    IsRequired := False)> _
Public Property AllowConfigurationOverride As Boolean
    Get
    Set
[ConfigurationPropertyAttribute("AllowConfigurationOverride", DefaultValue = false, 
    IsRequired = false)]
public bool AllowConfigurationOverride { get; set; }
[ConfigurationPropertyAttribute(L"AllowConfigurationOverride", DefaultValue = false, 
    IsRequired = false)]
public:
property bool AllowConfigurationOverride {
    bool get ();
    void set (bool value);
}
[<ConfigurationPropertyAttribute("AllowConfigurationOverride", DefaultValue = false, 
    IsRequired = false)>]
member AllowConfigurationOverride : bool with get, set
function get AllowConfigurationOverride () : boolean
function set AllowConfigurationOverride (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

DatabaseUnitTestingSection Clase

Microsoft.Data.Schema.UnitTesting.Configuration (Espacio de nombres)