Index Class
Class representing the schema information for a given Index.
Inheritance Hierarchy
System.Object
Microsoft.SqlServerCe.Management.Scripting.Schema.Index
Namespace: Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly: Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)
Syntax
'Declaration
Public Class Index
'Usage
Dim instance As Index
public class Index
public ref class Index
type Index = class end
public class Index
The Index type exposes the following members.
Properties
Name | Description | |
---|---|---|
Columns | Gets or sets the list of columns participating in the given index. | |
IsClustered | Gets or sets a value that indicates whether the index for the specified object is clustered. | |
IsUnique | Gets or sets a value that indicates whether the index for the specified object is unique. | |
Name | Gets or sets the index name for the specified object. | |
NoAutomaticRecomputation | Gets or sets a value that indicates whether the auto-recomputation is not allowed for the current index. | |
TableName | Gets the table name associated with the current index. |
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
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.