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


In This Topic
    OptimizationLevel Property
    In This Topic
    (BETA ONLY) Get the current optimization setting of this (open) VistaDBConnection as a string. This string value will be an option which can be used with the "SET OPTIMIZATION {0}" command.
    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 OptimizationLevel As System.String
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim value As System.String
     
    value = instance.OptimizationLevel
    [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 OptimizationLevel {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