ISql100Index 接口

对索引建模。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public Interface ISql100Index _
    Inherits ISql90Index, ISqlIndex, ISqlIndexBase, IDatabaseIndex,  _
    IModelNamed, ISqlExtendedPropertyHost, ISql100SpecifiesIndex, ISql90SpecifiesIndex, ISqlSpecifiesIndex,  _
    ISql90SpecifiesStorage, ISqlSpecifiesStorage, ISql100SpecifiesFileStream, ISql100SpecifiesDataCompressionOptions, ISqlModelElement,  _
    IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql100Index : ISql90Index, 
    ISqlIndex, ISqlIndexBase, IDatabaseIndex, IModelNamed, ISqlExtendedPropertyHost, 
    ISql100SpecifiesIndex, ISql90SpecifiesIndex, ISqlSpecifiesIndex, ISql90SpecifiesStorage, ISqlSpecifiesStorage, 
    ISql100SpecifiesFileStream, ISql100SpecifiesDataCompressionOptions, ISqlModelElement, IScriptSourcedModelElement, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql100Index : ISql90Index, 
    ISqlIndex, ISqlIndexBase, IDatabaseIndex, IModelNamed, ISqlExtendedPropertyHost, 
    ISql100SpecifiesIndex, ISql90SpecifiesIndex, ISqlSpecifiesIndex, ISql90SpecifiesStorage, ISqlSpecifiesStorage, 
    ISql100SpecifiesFileStream, ISql100SpecifiesDataCompressionOptions, ISqlModelElement, IScriptSourcedModelElement, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type ISql100Index =  
    interface
        interface ISql90Index
        interface ISqlIndex
        interface ISqlIndexBase
        interface IDatabaseIndex
        interface IModelNamed
        interface ISqlExtendedPropertyHost
        interface ISql100SpecifiesIndex
        interface ISql90SpecifiesIndex
        interface ISqlSpecifiesIndex
        interface ISql90SpecifiesStorage
        interface ISqlSpecifiesStorage
        interface ISql100SpecifiesFileStream
        interface ISql100SpecifiesDataCompressionOptions
        interface ISqlModelElement
        interface IScriptSourcedModelElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
public interface ISql100Index extends ISql90Index, ISqlIndex, ISqlIndexBase, IDatabaseIndex, IModelNamed, ISqlExtendedPropertyHost, ISql100SpecifiesIndex, ISql90SpecifiesIndex, ISqlSpecifiesIndex, ISql90SpecifiesStorage, ISqlSpecifiesStorage, ISql100SpecifiesFileStream, ISql100SpecifiesDataCompressionOptions, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder

ISql100Index 类型公开以下成员。

属性

  名称 说明
公共属性 BodyDependencies 获取筛选器谓词引用的对象的列表。
公共属性 ColumnSpecifications 获取对其编制索引的列的列表。 (继承自 ISqlSpecifiesIndex。)
公共属性 DataCompressionOptions 获取数据压缩选项的列表。 (继承自 ISql100SpecifiesDataCompressionOptions。)
公共属性 DoAllowPageLocks 获取或设置一个值,该值指示是否允许页级锁定。 (继承自 ISql90Index。)
公共属性 DoAllowPageLocks 获取或设置一个值,该值指示是否允许页级锁定。 (继承自 ISql90SpecifiesIndex。)
公共属性 DoAllowPageLocks 获取或设置一个值,该值指示是否允许页级锁定。 (继承自 ISqlIndex。)
公共属性 DoAllowRowLocks 获取或设置一个值,该值指示是否允许行级锁定。 (继承自 ISql90Index。)
公共属性 DoAllowRowLocks 获取或设置一个值,该值指示是否允许行级锁定。 (继承自 ISql90SpecifiesIndex。)
公共属性 DoAllowRowLocks 获取或设置一个值,该值指示是否应允许行锁定。 (继承自 ISqlIndex。)
公共属性 DoDropExisting 获取或设置一个对 DROP_EXISTING 选项建模的值。 (继承自 ISqlIndex。)
公共属性 DoIgnoreDuplicateKey 获取或设置一个值,该值指示索引是否忽略重复键。 (继承自 ISql90Index。)
公共属性 DoIgnoreDuplicateKey 获取或设置一个值,该值指示索引是否忽略重复键。 (继承自 ISql90SpecifiesIndex。)
公共属性 DoIgnoreDuplicateKey 获取或设置一个值,该值指示是否应忽略重复键。 (继承自 ISqlIndex。)
公共属性 DoRecomputeStatistics 获取或设置一个对 STATISTICS_NORECOMPUTE 设置建模的值。 (继承自 ISql90Index。)
公共属性 DoRecomputeStatistics 获取或设置一个对 STATISTICS_NORECOMPUTE 选项建模的值。 (继承自 ISql90SpecifiesIndex。)
公共属性 DoRecomputeStatistics 获取或设置一个值,该值指示是否应重新计算统计信息。 (继承自 ISqlIndex。)
公共属性 DoSortInTempDB 获取或设置一个值,该值指示是否在 TempDB 数据库中执行此索引的排序。 (继承自 ISql90Index。)
公共属性 DoSortInTempDB 获取或设置一个值,该值指示是否在 TempDB 数据库中存储索引。 (继承自 ISql90SpecifiesIndex。)
公共属性 DoSortInTempDB 获取或设置一个值,该值指示在 TempDB 数据库中是否应发生排序。 (继承自 ISqlIndex。)
公共属性 ElementClass 获取元素的元数据类。 (继承自 IModelElement。)
公共属性 ExtendedProperties 获取此对象的扩展属性的列表。 (继承自 ISqlExtendedPropertyHost。)
公共属性 Filegroup 获取或设置存储该对象的文件组。 (继承自 ISqlSpecifiesStorage。)
公共属性 FileStreamFilegroup 获取或设置用于存储对象的文件流对象的文件组。 (继承自 ISql100SpecifiesFileStream。)
公共属性 FileStreamPartitionScheme 获取或设置用于存储对象的分区方案。 (继承自 ISql100SpecifiesFileStream。)
公共属性 FillFactor 获取或设置索引的填充因子。 (继承自 ISqlSpecifiesIndex。)
公共属性 FilterPredicate 获取或设置用于确定是否在索引中包含行的脚本。
公共属性 IncludedColumns 获取要编制索引的列的列表。 (继承自 ISql90Index。)
公共属性 IndexedObject 已编制索引的对象。 (继承自 IDatabaseIndex。)
公共属性 IndexedObject 获取或设置索引对象。 (继承自 ISqlIndex。)
公共属性 IsClustered 获取或设置一个值,该值指示这是否是聚集索引。 (继承自 ISqlSpecifiesIndex。)
公共属性 IsDisabled 获取或设置一个值,该值指示是否禁用索引。 (继承自 ISqlIndexBase。)
公共属性 IsFileStreamNull 获取或设置一个对 FILESTREAM_ON 选项建模的值。 (继承自 ISql100SpecifiesFileStream。)
公共属性 IsOnline 获取或设置一个值,该值指示索引是否联机且可用。 (继承自 ISql90Index。)
公共属性 IsOnline 获取或设置一个值,该值指示索引是否联机且可用。 (继承自 ISql90SpecifiesIndex。)
公共属性 IsPadded 获取或设置一个值,该值指示是否填充索引。 (继承自 ISql90Index。)
公共属性 IsPadded 获取或设置一个值,该值指示是否填充索引。 (继承自 ISql90SpecifiesIndex。)
公共属性 IsPadded 获取或设置一个值,该值指示是否填充索引。 (继承自 ISqlIndex。)
公共属性 IsUnique 获取或设置一个值,该值指示该索引是否是唯一索引。 (继承自 ISqlIndex。)
公共属性 MaxDop 获取或设置一个对 MAXDOP 设置建模的值。 (继承自 ISql90Index。)
公共属性 MaxDop 获取或设置一个对 MAXDOP 选项建模的值。 (继承自 ISql90SpecifiesIndex。)
公共属性 Model 获取模型引用。 (继承自 IModelEntity。)
公共属性 Name 获取或设置元素的名称。 (继承自 IModelElement。)
公共属性 PartitionColumn 获取或设置在其中对对象进行分区的列。 (继承自 ISql90SpecifiesStorage。)
公共属性 PartitionScheme 获取或设置用于存储对象的分区方案。 (继承自 ISql90SpecifiesStorage。)
公共属性 PrimarySource 获取有关元素的主要源的信息。 (继承自 IScriptSourcedModelElement。)
公共属性 ResolutionStatus 获取或设置模型元素解析状态的值。 (继承自 IModelElement。)
公共属性 SecondarySources 获取元素的辅助源的列表。 (继承自 IScriptSourcedModelElement。)
公共属性 SourceCodePositions 获取用于定义此元素的源的列表。 (继承自 IModelElement。)
公共属性 ValidationStatus 获取或设置模型元素验证状态的值。 (继承自 IModelElement。)

页首

方法

  名称 说明
公共方法 AddAnnotation 将给定批注添加到此元素。 (继承自 IModelAnnotationHolder。)
公共方法 Delete 从模型中删除此实例。 (继承自 IModelElement。)
公共方法 GetAnnotations() 返回附加到此元素的批注的列表。 (继承自 IModelAnnotationHolder。)
公共方法 GetAnnotations(Type) 返回给定类型的附加批注的列表。 (继承自 IModelAnnotationHolder。)
公共方法 GetAnnotations(ModelIdentifier) 返回具有给定标识符的附加批注的列表。 (继承自 IModelAnnotationHolder。)
公共方法 GetAnnotations(ModelIdentifier, Type) (继承自 IModelAnnotationHolder。)
公共方法 GetAnnotations<TType>() 返回实现给定批注类型且具有指定模型标识符的所有附加模型批注。 (继承自 IModelAnnotationHolder。)
公共方法 GetAnnotations<TType>(ModelIdentifier) (继承自 IModelAnnotationHolder。)
公共方法 GetBodyDependenciesRelationship 返回 this 和 IModelElement 之间的 IModelMultiRelationship
公共方法 GetColumnSpecificationsRelationship 返回 this 和关联 ISqlIndexedColumnSpecification 之间的 IModelMultiRelationship。 (继承自 ISqlSpecifiesIndex。)
公共方法 GetComposingChildren 返回构成此元素的子级的列表。 (继承自 IModelElement。)
公共方法 GetDataCompressionOptionsRelationship 返回 this 和关联 ISql100DataCompressionOption 之间的 IModelReverseMultiRelationship。 (继承自 ISql100SpecifiesDataCompressionOptions。)
公共方法 GetExtendedPropertiesRelationship 返回 this 和关联 ISqlExtendedProperty 之间的 IModelReverseMultiRelationship。 (继承自 ISqlExtendedPropertyHost。)
公共方法 GetFilegroupRelationship 返回 this 和关联 ISqlFilegroup 之间的 IModelSingleRelationship。 (继承自 ISqlSpecifiesStorage。)
公共方法 GetFileStreamFilegroupRelationship 返回 this 和关联 ISql100Filegroup 之间的 IModelSingleRelationship。 (继承自 ISql100SpecifiesFileStream。)
公共方法 GetFileStreamPartitionSchemeRelationship 返回 this 和关联 ISql100PartitionScheme 之间的 IModelSingleRelationship。 (继承自 ISql100SpecifiesFileStream。)
公共方法 GetHierarchicalChildren 返回此元素的层次结构子级的列表。 (继承自 IModelElement。)
公共方法 GetIncludedColumnsRelationship 返回 this 和关联 ISqlColumn 之间的 IModelMultiRelationship。 (继承自 ISql90Index。)
公共方法 GetIndexedObjectRelationship() 返回此 IDatabaseIndex 和对应的 IDatabaseColumnSource 之间的 IModelSingleRelationship。 (继承自 IDatabaseIndex。)
公共方法 GetIndexedObjectRelationship() 返回 this 和关联 ISqlColumnSource 之间的 IModelSingleRelationship。 (继承自 ISqlIndex。)
公共方法 GetOwnerInfo 返回有关元素所有者的信息。 (继承自 IModelElement。)
公共方法 GetPartitionColumnRelationship 返回 this 和关联 ISqlColumn 之间的 IModelSingleRelationship。 (继承自 ISql90SpecifiesStorage。)
公共方法 GetPartitionSchemeRelationship 返回 this 和关联 ISql90PartitionScheme 之间的 IModelSingleRelationship。 (继承自 ISql90SpecifiesStorage。)
公共方法 GetProperty<TProperty> 获取指定属性。 (继承自 IModelPropertyContainer。)
公共方法 GetReferencedDanglingRelationshipEntries 返回关系项的列表,其中此元素位于左侧,而关系的右侧或者没有元素,或者位于右侧的元素在模型中不存在。 (继承自 IModelElement。)
公共方法 GetReferencedElements 返回位于具有此元素的关系中元素的列表,其中此元素位于关系的左侧。 (继承自 IModelElement。)
公共方法 GetReferencedRelationshipEntries 返回关系项的列表,其中此元素位于左侧。 (继承自 IModelElement。)
公共方法 GetReferencingElements 返回位于具有此元素的关系中元素的列表,其中此元素位于右侧。 (继承自 IModelElement。)
公共方法 GetReferencingRelationshipEntries 返回关系项的列表,其中此元素位于右侧。 (继承自 IModelElement。)
公共方法 GetRelationship(ModelRelationshipClass) 使用提供的元数据返回所请求的关系。 (继承自 IModelElement。)
公共方法 GetRelationship<TFrom, TTo>(ModelRelationshipClass) 返回一个关系,其中两个相关元素属于指定类型。 (继承自 IModelElement。)
公共方法 GetRelationshipEntrySources 返回有关给定关系的源信息的集合。 (继承自 IScriptSourcedModelElement。)
公共方法 GetRelationships 返回此元素中关系的列表。 (继承自 IModelElement。)
公共方法 IsDeleted 指定是否删除对象。 (继承自 IModelElement。)
公共方法 IsExternal 返回一个值,该值指示对象是否从外部源加载且不是架构模型的一部分。 (继承自 IModelElement。)
公共方法 RemoveAnnotation 从此模型元素中移除指定的批注。 (继承自 IModelAnnotationHolder。)
公共方法 SetProperty<TProperty> 设置指定的属性。 (继承自 IModelPropertyContainer。)

页首

请参见

参考

Microsoft.Data.Schema.Sql.SchemaModel 命名空间