VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / DropFTSIndex Method


In This Topic
    DropFTSIndex Method
    In This Topic
    Drop full text search index. No params are required as there may be only one Full Text Search (FTS) Index per table.
    Syntax
    'Declaration
     
    
    Sub DropFTSIndex() 
    'Usage
     
    
    Dim instance As IVistaDBTable
     
    instance.DropFTSIndex()
    void DropFTSIndex()
    Remarks
    The space used by the FTS index is not reclaimed until a pack operation is completed.
    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