Partilhar via


Interface IMutableRelationalIndex

Represents a mutable SQL Server relational index.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Public Interface IMutableRelationalIndex _
    Inherits IRelationalIndex, IMutableIndex, IIndex, IMutableMetadataObject,  _
    IMetadataObject
'Uso
Dim instance As IMutableRelationalIndex
public interface IMutableRelationalIndex : IRelationalIndex, 
    IMutableIndex, IIndex, IMutableMetadataObject, IMetadataObject
public interface class IMutableRelationalIndex : IRelationalIndex, 
    IMutableIndex, IIndex, IMutableMetadataObject, IMetadataObject
type IMutableRelationalIndex =  
    interface
        interface IRelationalIndex
        interface IMutableIndex
        interface IIndex
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableRelationalIndex extends IRelationalIndex, IMutableIndex, IIndex, IMutableMetadataObject, IMetadataObject

O tipo IMutableRelationalIndex expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CompactLargeObjects Gets or sets a value that indicates whether to compact the large object (LOB) data in the index.
Propriedade pública CompactLargeObjects Gets a value that indicates whether to compact the large object (LOB) data in the index. (Herdado de IRelationalIndex.)
Propriedade pública DisallowPageLocks Gets or sets a value that indicates whether the index allows page locks.
Propriedade pública DisallowPageLocks Gets a value that indicates whether the index allows page locks. (Herdado de IRelationalIndex.)
Propriedade pública DisallowRowLocks Gets or sets a value that indicates whether the index allows row locks.
Propriedade pública DisallowRowLocks Gets a value that indicates whether the index allows row locks. (Herdado de IRelationalIndex.)
Propriedade pública FileGroup Gets or sets the filegroup in which the index pages are stored.
Propriedade pública FileGroup Gets the filegroup in which the index pages are stored. (Herdado de IRelationalIndex.)
Propriedade pública FileStreamFileGroup Gets or sets the filegroup of the index file stream.
Propriedade pública FileStreamFileGroup Gets the filegroup of the index file stream. (Herdado de IRelationalIndex.)
Propriedade pública FileStreamPartitionScheme Gets or sets the partition scheme name for the index.
Propriedade pública FileStreamPartitionScheme Gets the partition scheme name for the index. (Herdado de IRelationalIndex.)
Propriedade pública FillFactor Gets or sets the percentage of an index page to fill when the index is created or re-created.
Propriedade pública FillFactor Gets the percentage of an index page to fill when the index is created or re-created. (Herdado de IRelationalIndex.)
Propriedade pública FilterDefinition Gets or sets the index filter definition text.
Propriedade pública FilterDefinition Gets the index filter definition text. (Herdado de IRelationalIndex.)
Propriedade pública IgnoreDuplicateKeys Gets or sets a value that indicates whether the index ignores duplicate keys.
Propriedade pública IgnoreDuplicateKeys Gets a value that indicates whether the index ignores duplicate keys. (Herdado de IRelationalIndex.)
Propriedade pública IndexedColumns Gets the collection of columns that are participating in the index.
Propriedade pública IndexedColumns Gets the collection of columns that are participating in the index. (Herdado de IRelationalIndex.)
Propriedade pública IndexKey Gets or sets the index key that is associated with the index.
Propriedade pública IndexKey Gets the index key that is associated with the index. (Herdado de IRelationalIndex.)
Propriedade pública IsClustered Gets or sets a value that indicates whether the index is clustered.
Propriedade pública IsClustered Gets a value that indicates whether the index is clustered. (Herdado de IRelationalIndex.)
Propriedade pública IsDisabled Gets or sets a value that indicates whether the index is disabled.
Propriedade pública IsDisabled Gets a value that indicates whether the index is disabled. (Herdado de IRelationalIndex.)
Propriedade pública IsSystemNamed Gets or sets a value that indicates whether the index was named automatically by the system.
Propriedade pública IsSystemNamed Gets a value that indicates whether the index was named automatically by the system. (Herdado de IRelationalIndex.)
Propriedade pública IsUnique Gets or sets a value that indicates whether the index is unique.
Propriedade pública IsUnique Gets a value that indicates whether the index is unique. (Herdado de IRelationalIndex.)
Propriedade pública MaximumDegreeOfParallelism Gets the maximum number of processors that can be used when a query that uses the index is run.
Propriedade pública MaximumDegreeOfParallelism Gets the maximum number of processors that can be used when running a query that uses the index. (Herdado de IRelationalIndex.)
Propriedade pública Name Gets the name of the metadata object. (Herdado de IMetadataObject.)
Propriedade pública NoAutomaticRecomputation Gets or sets a value that indicates whether statistics are regenerated when an index is created.
Propriedade pública NoAutomaticRecomputation Gets a value that indicates whether statistics are regenerated when the index is created. (Herdado de IRelationalIndex.)
Propriedade pública OnlineIndexOperation Gets or sets a value that indicates whether the index will be kept online during index operations. This allows for to the data.
Propriedade pública OnlineIndexOperation Gets a value that indicates whether the index is kept online during index operations. This allows for access to the data. (Herdado de IRelationalIndex.)
Propriedade pública PadIndex Gets or sets a value that indicates whether space is left open on each page of the intermediate levels of the index.
Propriedade pública PadIndex Gets a value that indicates whether space is left open on each page of the intermediate levels of the index. (Herdado de IRelationalIndex.)
Propriedade pública Parent Gets the ITabular object that is the parent of this object. (Herdado de IIndex.)
Propriedade pública PartitionScheme Gets or sets the partition scheme that is associated with the index.
Propriedade pública PartitionScheme Gets the partition scheme that is associated with the index. (Herdado de IRelationalIndex.)
Propriedade pública SortInTempdb Gets or sets a value that indicates whether the index is sorted using the tempdb database for intermediate storage of data.
Propriedade pública SortInTempdb Gets a value that indicates whether the index is sorted using the tempdb database for intermediate storage of data. (Herdado de IRelationalIndex.)

Início

Métodos

  Nome Descrição
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.)

Início