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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.