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
Public property Columns Gets or sets the list of columns participating in the given index.
Public property IsClustered Gets or sets a value that indicates whether the index for the specified object is clustered.
Public property IsUnique Gets or sets a value that indicates whether the index for the specified object is unique.
Public property Name Gets or sets the index name for the specified object.
Public property NoAutomaticRecomputation Gets or sets a value that indicates whether the auto-recomputation is not allowed for the current index.
Public property TableName Gets the table name associated with the current index.

Top

Methods

  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)

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.

See Also

Reference

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace