Models an index.
Default constructor
public Void Index()IndexColumns that conforms this Index.
public List<IndexColumn> Columns { get; set; }The file group or table space where the index is stored.
public String FileGroup { get; set; }Whether the index is unique.
public Boolean IsUnique { get; set; }Name of the index.
public String Name { get; set; }Type of the Index.
public IndexType Type { get; set; }Returns a textual representation of the Index.
public String ToString()In this document