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
Name | Description | |
---|---|---|
IndexColumn | Creates a new instance of the IndexColumn class. |
Top
Properties
Name | Description | |
---|---|---|
Descending | Gets or sets a value that indicates whether the index column is a descending index. | |
Name | Gets or sets the name of the index column. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
DescendingIndex | Returns the index number for the index column's descending index. | |
NameIndex | Returns the index number for the column's name index. |
Top
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.