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