Condividi tramite


Proprietà SchemaDeploymentOptions.TreatVerificationErrorsAsWarnings

Ottiene o imposta un valore che indica se tutti gli errori di verifica devono essere considerati come avvisi.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
true per considerare tutti gli errori di verifica come avvisi; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SchemaDeploymentOptions Classe

Spazio dei nomi Microsoft.Data.Schema.Build