ExtenderTreatWarningsAsErrors Property
The Warning Level to use
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
<AutomationBrowsableAttribute(False)> _
Public Property ExtenderTreatWarningsAsErrors As Boolean
Get
Set
'Usage
Dim instance As DatabaseConfigurationExtender
Dim value As Boolean
value = instance.ExtenderTreatWarningsAsErrors
instance.ExtenderTreatWarningsAsErrors = value
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(false)]
public bool ExtenderTreatWarningsAsErrors { get; set; }
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(false)]
public:
property bool ExtenderTreatWarningsAsErrors {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(false)>]
[<AutomationBrowsableAttribute(false)>]
member ExtenderTreatWarningsAsErrors : bool with get, set
function get ExtenderTreatWarningsAsErrors () : boolean
function set ExtenderTreatWarningsAsErrors (value : boolean)
Property Value
Type: System..::..Boolean
See Also
Reference
DatabaseConfigurationExtender Class
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace