Condividi tramite


Interfaccia IRelationalIndex

Represents a SQL Server relational index.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Interface IRelationalIndex _
    Inherits IIndex, IMetadataObject
'Utilizzo
Dim instance As IRelationalIndex
public interface IRelationalIndex : IIndex, 
    IMetadataObject
public interface class IRelationalIndex : IIndex, 
    IMetadataObject
type IRelationalIndex =  
    interface
        interface IIndex
        interface IMetadataObject
    end
public interface IRelationalIndex extends IIndex, IMetadataObject

Nel tipo IRelationalIndex sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject.

In alto