ExtenderRemoveIntegerChecks 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)> _
<AutomationBrowsableAttribute(False)> _
Public Property ExtenderRemoveIntegerChecks As Boolean
Get
Set
'Usage
Dim instance As DatabaseConfigurationExtender
Dim value As Boolean
value = instance.ExtenderRemoveIntegerChecks
instance.ExtenderRemoveIntegerChecks = value
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(false)]
public bool ExtenderRemoveIntegerChecks { get; set; }
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(false)]
public:
property bool ExtenderRemoveIntegerChecks {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(false)>]
[<AutomationBrowsableAttribute(false)>]
member ExtenderRemoveIntegerChecks : bool with get, set
function get ExtenderRemoveIntegerChecks () : boolean
function set ExtenderRemoveIntegerChecks (value : boolean)
Property Value
Type: System..::..Boolean
See Also
Reference
DatabaseConfigurationExtender Class
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace