CubeHierarchy 类

定义

定义多维数据集的层次结构的详细信息。 此类不能被继承。

[System.Runtime.InteropServices.Guid("91C12D80-3018-4e79-AB9B-3DA2A2EFE79B")]
public sealed class CubeHierarchy : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("91C12D80-3018-4e79-AB9B-3DA2A2EFE79B")>]
type CubeHierarchy = class
    inherit ModelComponent
    interface ICloneable
Public NotInheritable Class CubeHierarchy
Inherits ModelComponent
Implements ICloneable
继承
CubeHierarchy
属性
实现

构造函数

CubeHierarchy()

使用默认值初始化 CubeHierarchy 类的新实例。

CubeHierarchy(String)

使用指定的层次结构标识符初始化 CubeHierarchy 的新实例。

属性

Annotations

获取您可在其中存储自定义数据的集合。

(继承自 ModelComponent)
Enabled

获取或设置 CubeHierarchy 对象的启用状态。

FriendlyName

获取 ModelComponent 的友好名称。

(继承自 ModelComponent)
Hierarchy

获取与 CubeHierarchy 对象关联的层次结构。

HierarchyID

获取或设置与 CubeHierarchy 对象关联的层次结构的标识符。

KeyForCollection

获取集合中使用的键。

(继承自 ModelComponent)
OptimizedState

获取或设置关联的 CubeHierarchy 对象的优化状态。

OwningCollection

获取或设置包含 ModelComponent 的集合。

(继承自 ModelComponent)
Parent

获取 CubeHierarchy 对象的父 CubeDimension 对象。

ParentCube

获取 CubeHierarchy 对象的父 Cube 对象。

ParentDatabase

获取 CubeHierarchy 对象的父 Database 对象。

ParentServer

获取 CubeHierarchy 对象的父 Server 对象。

Visible

获取或设置 CubeHierarchy 对象的可见性属性。

方法

AddToContainer(IContainer)

将 ModelComponent 对象添加到指定容器。

(继承自 ModelComponent)
AfterInsert(Int32)

添加到指定索引后,显示 ModelComponent 对象。

(继承自 ModelComponent)
AfterMove(Int32, Int32)

移动到指定索引后,显示 ModelComponent 对象。

(继承自 ModelComponent)
AfterRemove(ModelComponentCollection)

删除 ModelComponent 对象后,显示 ModelComponentCollection。

(继承自 ModelComponent)
BeforeRemove(Boolean)

清理前删除 ModelComponent 对象。

(继承自 ModelComponent)
Clone()

返回对象的克隆。

CopyTo(CubeHierarchy)

将该对象的内容复制到其他对象(目标)。

CopyTo(ModelComponent)

将 ModelComponent 对象复制到指定对象。

(继承自 ModelComponent)
RemoveFromContainer(IContainer)

从指定的容器中删除 ModelComponent 对象。

(继承自 ModelComponent)
Reset()

重置组件为初始状态。

(继承自 ModelComponent)
Submit()

提交 ModelComponent 对象。

(继承自 ModelComponent)
Submit(Boolean)

提交 ModelComponent 对象。

(继承自 ModelComponent)
ToString()

返回表示当前对象的字符串。

(继承自 ModelComponent)
Validate(ValidationErrorCollection)

验证它追加到的元素;返回在集合中遇到的任何错误。

(继承自 ModelComponent)
Validate(ValidationErrorCollection, Boolean)

验证它追加到的元素;返回在集合中遇到的任何错误。 还包含一个支持返回详细错误的参数。

(继承自 ModelComponent)
Validate(ValidationErrorCollection, Boolean, ServerEdition)

确定 CubeHierarchy 是否有效。

显式接口实现

ICloneable.Clone()

定义多维数据集的层次结构的详细信息。 此类不能被继承。

IHostableComponent.Host

定义多维数据集的层次结构的详细信息。 此类不能被继承。

(继承自 ModelComponent)
IModelComponent.FriendlyPath

定义多维数据集的层次结构的详细信息。 此类不能被继承。

(继承自 ModelComponent)
IModelComponent.OwningCollection

定义多维数据集的层次结构的详细信息。 此类不能被继承。

(继承自 ModelComponent)

适用于