VistaDB 6
VistaDB.DDA Namespace / IVistaDBIndexInformation Interface / Temporary Property


In This Topic
    Temporary Property
    In This Topic
    The index is temporary. It is not added to database storage and kept separately in user temporary directory.
    Syntax
    'Declaration
     
    
    ReadOnly Property Temporary As System.Boolean
    'Usage
     
    
    Dim instance As IVistaDBIndexInformation
    Dim value As System.Boolean
     
    value = instance.Temporary
    System.bool Temporary {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