IMutableRelationalIndex 接口

Represents a mutable SQL Server relational index.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Interface IMutableRelationalIndex _
    Inherits IRelationalIndex, IMutableIndex, IIndex, IMutableMetadataObject,  _
    IMetadataObject
用法
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

IMutableRelationalIndex 类型公开以下成员。

属性

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

页首

方法

  名称 说明
公共方法 Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (从 IMetadataObject 继承。)

页首