Index Object Properties Methods Lists Collections
| Property | Description |
|---|
| Application Application Write: No |
The Application object. |
| FillFactor Long Write: Before Add |
The percent of each page that SQL Server will fill with index data when creating a new index on a table. Valid values are 0 through 100. |
| ID Long Write: No |
The object ID of the index. |
| Name Identifier Write: Yes |
The name of the index. |
| Parent Table Write: No |
The Table object. |
| SpaceUsed Long Write: No |
Storage space in kilobytes used by this index. |
| Type SQLOLE_INDEX_TYPE Write: Before Add |
The type of index. |
| TypeOf SQLOLE_OBJECT_TYPE Write: No |
The type of object. |
| UserData Long Write: Yes |
Temporary storage space contained in this object for private use by the application. SQL-DMO does not use this property. |