Share via


SchemaDeploymentOptions.TreatVerificationErrorsAsWarnings Property

Gets or sets a value that indicates whether to treat all verification errors as warnings.

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

Syntax

'Declaration
Public Property TreatVerificationErrorsAsWarnings As Boolean
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)

Property Value

Type: System.Boolean
true to treat verification errors as warnings; otherwise, false.

.NET Framework Security

See Also

Reference

SchemaDeploymentOptions Class

Microsoft.Data.Schema.Build Namespace