Partilhar via


Propriedade DatabaseUnitTestingSection.AllowConfigurationOverride

Namespace:  Microsoft.Data.Schema.UnitTesting.Configuration
Assembly:  Microsoft.Data.Schema.UnitTesting (em Microsoft.Data.Schema.UnitTesting.dll)

Sintaxe

'Declaração
<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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

DatabaseUnitTestingSection Classe

Namespace Microsoft.Data.Schema.UnitTesting.Configuration