Compartir a través de


SchemaDeploymentOptions.TreatVerificationErrorsAsWarnings (Propiedad)

Obtiene o establece un valor que indica si todos los errores de comprobación se deben tratar como advertencias.

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

Sintaxis

'Declaración
Public Property TreatVerificationErrorsAsWarnings As Boolean
    Get
    Set
public bool TreatVerificationErrorsAsWarnings { get; set; }
public:
property bool TreatVerificationErrorsAsWarnings {
    bool get ();
    void set (bool value);
}
member TreatVerificationErrorsAsWarnings : bool with get, set
function get TreatVerificationErrorsAsWarnings () : boolean
function set TreatVerificationErrorsAsWarnings (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Es true si los errores de comprobación se van a tratar como advertencias; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

SchemaDeploymentOptions Clase

Microsoft.Data.Schema.Build (Espacio de nombres)