Index Class
Represents an index within a database.
Inheritance Hierarchy
System.Object
Microsoft.Web.Management.DatabaseManager.Index
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Class Index
'Usage
Dim instance As Index
public class Index
public ref class Index
public class Index
The Index type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Index | Creates a new instance of the Index class. |
Top
Properties
Name | Description | |
---|---|---|
Clustered | Gets or sets a value that indicates whether the index is clustered. | |
Columns | Returns a list of columns for the index. | |
IgnoreDuplicateKeys | Gets or sets a value that indicates whether the index ignores duplicate keys. | |
IndexType | Gets or sets the IndexType property for the index. | |
IsMarkedForDelete | Gets or sets a value that indicates whether the index is marked for deletion. | |
IsNew | Gets or sets a value that indicates whether the index is new. | |
Name | Gets or sets the name for the index. | |
OriginalName | Gets or sets the original name for the index. | |
Unique | Gets or sets a value that indicates whether the index is unique. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChanges | Returns a value that indicates whether there are changes in the index. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.