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 继承。)

页首