VistaDB 6
VistaDB.Provider Namespace / VistaDBConnection Class / OptimizationVersionLevel Property


In This Topic
    OptimizationVersionLevel Property
    In This Topic
    (BETA ONLY) Get the current optimization setting of this (open) VistaDBConnection as a version string (or "Off"). This string value will be the approximate version equivalent of the current optimization setting.
    Syntax
    'Declaration
     
    
    <System.ObsoleteAttribute("WARNING: This property is only available temporarily in this BETA release and may not exist in subsequent beta releases or in the final 5.0 release.  (for Data Builder use only)", False)>
    Public ReadOnly Property OptimizationVersionLevel As System.String
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim value As System.String
     
    value = instance.OptimizationVersionLevel
    [System.Obsolete("WARNING: This property is only available temporarily in this BETA release and may not exist in subsequent beta releases or in the final 5.0 release.  (for Data Builder use only)", false)]
    public System.string OptimizationVersionLevel {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also