Click or drag to resize
Index Properties

The Index type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Read-only list of columns which are part of this index.
Public propertyIsPrimaryKey
Indicates whether index is part of a primary key constraint.
Public propertyIsUnique
Indicates whether index is unique.
Public propertyName
Index name.
Public propertyType
Index type as defined in https://msdn.microsoft.com/en-us/library/ms173760.aspx
Top
See Also