Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether warnings should be treated as errors during model validation
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property TreatWarningsAsErrors As Boolean
Get
Set
'Usage
Dim instance As PackageOptions
Dim value As Boolean
value = instance.TreatWarningsAsErrors
instance.TreatWarningsAsErrors = value
public bool TreatWarningsAsErrors { get; set; }
public:
property bool TreatWarningsAsErrors {
bool get ();
void set (bool value);
}
member TreatWarningsAsErrors : bool with get, set
function get TreatWarningsAsErrors () : boolean
function set TreatWarningsAsErrors (value : boolean)
Property Value
Type: System.Boolean