Index2 Object

SQL-DMO

SQL-DMO

Index2 Object

The Index2 object exposes the attributes of a single Microsoft® SQL Server™ 2000 index and extends the functionality of the Index object.

Properties
IndexOnTable Property IsOnComputed Property
Methods
CheckIndexWithResult Method GetIndexedColumnDESC Method
GenerateCreationSQLOnView Method SetIndexedColumnDESC Method
GenerateSQLOnView Method  

Remarks

The Index2 object extends the functionality of the Index object for use with features that are new in SQL Server 2000. It also inherits the properties and methods of the Index object. With the Index2 object, you can:

  • Retrieve information about indexes created on views or computed columns.

  • Specify a column to sort in descending order as part of an index.

The methods and properties of the Index2 object may not be compatible with instances of SQL Server version 7.0 or earlier. For more information about using the Index2 object in an application that also runs with an instance of SQL Server 7.0, refer to the Remarks section for specific methods and properties. For more information, see Programming Extended SQL-DMO Objects.

See Also

Index Object