VistaDB 6
VistaDB.DDA Namespace / IVistaDBIndexInformation Interface
Properties

In This Topic
    IVistaDBIndexInformation Interface Members
    In This Topic

    The following tables list the members exposed by IVistaDBIndexInformation.

    Public Properties
     NameDescription
     PropertyThe user's description of the database object (Inherited from VistaDB.DDA.IVistaDBDatabaseObject)
     PropertyIs this index built to support Foreign Key support? The index is internal to the engine and cannot be dropped explicitly.  
     PropertyThe index is generated by engine to support full text search.  
     PropertyKey expression  
     PropertyGet array of table row columns indexes participating in the index key. It is ordered according to list of columns in Filter Expression  
     PropertyIndex's name  
     PropertyThe index is primary  
     PropertyThe index is temporary. It is not added to database storage and kept separately in user temporary directory.  
     PropertyAre key values unique values enforced by the unique constraint? This index being standard sets unique constraint for table insert/update operations  
    Top
    See Also