Index Properties
Visual Studio 2010
The Index type exposes the following members.
| Name | Description | |
|---|---|---|
|
Columns | Gets or sets the list of columns participating in the given index. |
|
IsClustered | Gets or sets a value that indicates whether the index for the specified object is clustered. |
|
IsUnique | Gets or sets a value that indicates whether the index for the specified object is unique. |
|
Name | Gets or sets the index name for the specified object. |
|
NoAutomaticRecomputation | Gets or sets a value that indicates whether the auto-recomputation is not allowed for the current index. |
|
TableName | Gets the table name associated with the current index. |