Share via


PlanGenerationOptions.TreatVerificationErrorsAsWarnings Property

Gets or sets whether to treat 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
    Get
    Set
'Usage
Dim instance As PlanGenerationOptions
Dim value As Boolean

value = instance.TreatVerificationErrorsAsWarnings

instance.TreatVerificationErrorsAsWarnings = value
public bool TreatVerificationErrorsAsWarnings { get; set; }
public:
property bool TreatVerificationErrorsAsWarnings {
    bool get ();
    void set (bool value);
}
function get TreatVerificationErrorsAsWarnings () : boolean
function set TreatVerificationErrorsAsWarnings (value : boolean)
member TreatVerificationErrorsAsWarnings : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PlanGenerationOptions Class

PlanGenerationOptions Members

Microsoft.Data.Schema.Build Namespace