Edit

Share via


IndexColumn Class

Represents an index column within a database.

Inheritance Hierarchy

System.Object
Microsoft.Web.Management.DatabaseManager.IndexColumn

Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)

Syntax

'Declaration
Public Class IndexColumn
'Usage
Dim instance As IndexColumn
public class IndexColumn
public ref class IndexColumn
public class IndexColumn

The IndexColumn type exposes the following members.

Constructors

Method Type Name Description
Public method IndexColumn Creates a new instance of the IndexColumn class.

Properties

Property Type Name Description
Public property Descending Gets or sets a value that indicates whether the index column is a descending index.
Public property Name Gets or sets the name of the index column.

Methods

Method Type Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Fields

Field Type Name Description
Public fieldStatic member DescendingIndex Returns the index number for the index column's descending index.
Public fieldStatic member NameIndex Returns the index number for the column's name index.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Management.DatabaseManager Namespace