Partager via


SchemaDeploymentOptions.TreatVerificationErrorsAsWarnings, propriété

Obtient ou définit une valeur qui indique s'il faut traiter toutes les erreurs de vérification comme des avertissements.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
true pour traiter les erreurs de vérification comme des avertissements ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

SchemaDeploymentOptions Classe

Microsoft.Data.Schema.Build, espace de noms