See Also

Index Class  | RedGate.SQLCompare.Engine Namespace

See Also RedGate.SQLCompare.Engine Send comments on this topic.

Index Class Members

RedGate.SQLCompare.Engine Namespace : Index Class

Index overview

Public Properties

Public Property AllowPageLocks True if the index allows page locks.
Public Property AllowRowLocks True if the index allows row locks.
Public Property Clustered True if the index is clustered.
Public Property Database The database to which the index belongs.
Public Property Fields The fields in the index.
Public Property FileGroup The filegroup or the partition scheme on which the index is defined.
Public Property FillFactor The fill factor.
Public Property FullTextKey True if the index is used in a full-text key.
Public Property FullyQualifiedName The fully-qualified name of the index.
Public Property IgnoreDuplicateKeys True if set to ignore duplicate keys.
Public Property IsDisabled Indicates whether the index is disabled.
Public Property IsPartitioned Indicates whether the index is built on a partition scheme. If it is, the name of the partition scheme is returned by the filegroup property.
Public Property Name The name of the index.
Public Property NoRecompute True if the index is defined with NORECOMPUTE.
Public Property ObjectType Returns ObjectType.Index
Public Property Owner The owner of the index. This is undefined.
Public Property Pad The index padding.
Public Property PartitionedField Indicates the field over which the index is partitioned. This is a SQL Server 2005 feature.
Public Property PrimaryKey True if the index is a primary key.
Public Property ScriptSource The location of the creation script for this object if the database source is set to scripts folder.
Public Property Statistics True if the index is a statistic.
Public Property Unique True if the index is unique.
Public Property UniqueConstraint True if the index is a unique constraint.
Public Property Xml True if the index is an XML index.
Public Property XmlIndexType The type of the XML index. This type can be Value, Path, Property, or None.
Public Property XmlPrimaryIndex The primary XML index, if this index is a secondary XML index.

See Also

Index Class  | RedGate.SQLCompare.Engine Namespace

 

 


© 2003 - 2007 Red Gate Software Ltd. All Rights Reserved.