Partilhar via


Propriedade SchemaDeploymentOptions.TreatVerificationErrorsAsWarnings

Obtém ou define um valor que indica se tratar de todos os erros de verificação como avisos.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

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

Tipo: System.Boolean
true para tratar erros de verificação como avisos; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

SchemaDeploymentOptions Classe

Namespace Microsoft.Data.Schema.Build