Models an index.
Default constructor
public Void Index()
IndexColumns that conforms this Index.
public IndexColumnCollection 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; }
Returns a textual representation of the Index.
public String ToString()
In this document