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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
DatabaseUnitTestingSection Clase
Microsoft.Data.Schema.UnitTesting.Configuration (Espacio de nombres)