共用方式為


IRelationalIndex 介面

Represents a SQL Server relational index.

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
Public Interface IRelationalIndex _
    Inherits IIndex, IMetadataObject
'用途
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

IRelationalIndex 型別公開下列成員。

屬性

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

上層

方法

  名稱 說明
公用方法 Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IMetadataObject。)

上層