IRelationalIndex Interface

Definition

public interface IRelationalIndex : Microsoft.SqlServer.Management.SqlParser.Metadata.IIndex
type IRelationalIndex = interface
    interface IIndex
    interface IMetadataObject
Public Interface IRelationalIndex
Implements IIndex
Derived
Implements

Properties

CompactLargeObjects
DisallowPageLocks (Inherited from IIndex)
DisallowRowLocks (Inherited from IIndex)
FileGroup
FileStreamFileGroup
FileStreamPartitionScheme
FillFactor (Inherited from IIndex)
FilterDefinition
IgnoreDuplicateKeys (Inherited from IIndex)
IndexedColumns
IndexKey
IsClustered
IsDisabled (Inherited from IIndex)
IsSystemNamed
IsUnique
Name (Inherited from IMetadataObject)
NoAutomaticRecomputation
PadIndex (Inherited from IIndex)
Parent (Inherited from IIndex)
PartitionScheme
Type (Inherited from IIndex)

Methods

Accept<T>(IMetadataObjectVisitor<T>) (Inherited from IMetadataObject)

Extension Methods

TypeInfo(IMetadataObject)

Applies to