ExtenderTreatTSqlWarningsAsErrors Property
Gets or sets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property ExtenderTreatTSqlWarningsAsErrors As Boolean
Get
Set
'Usage
Dim instance As AgnosticDatabaseConfigurationExtender
Dim value As Boolean
value = instance.ExtenderTreatTSqlWarningsAsErrors
instance.ExtenderTreatTSqlWarningsAsErrors = value
[BrowsableAttribute(false)]
public bool ExtenderTreatTSqlWarningsAsErrors { get; set; }
[BrowsableAttribute(false)]
public:
property bool ExtenderTreatTSqlWarningsAsErrors {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(false)>]
member ExtenderTreatTSqlWarningsAsErrors : bool with get, set
function get ExtenderTreatTSqlWarningsAsErrors () : boolean
function set ExtenderTreatTSqlWarningsAsErrors (value : boolean)
Property Value
Type: System..::..Boolean
See Also
Reference
AgnosticDatabaseConfigurationExtender Class
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace