Models a table index.
Default constructor
public Void Index()| Type | Name | Summary |
|---|---|---|
| PropertyChangedEventHandler | PropertyChanged | Notify that a property was changed. |
A collection of the index columns.
public IndexColumnCollection Columns { get; set; }A description of the index.
public String Description { get; set; }The file group or table space where the index is stored.
public String FileGroup { get; set; }Whether the index is a UNIQUE index.
public Boolean IsUnique { get; set; }Index name.
public String Name { get; set; }Type of the index.
public IndexType Type { get; set; }Checks whether other is equals to this object.
public Boolean Equals(other)true if the objects are equals.
| Name | Type | Summary |
|---|---|---|
| other | Index | Object to compare. |
Checks whether obj is equals to this object.
public Boolean Equals(obj)true if the objects are equals.
| Name | Type | Summary |
|---|---|---|
| obj | Object | Object to compare. |
Not required, implemented to avoid warnings.
public Int32 GetHashCode()Returns a textual representation of the index.
public String ToString()In this document