DrillThroughAction 类

定义

表示向计算值或聚合值返回基础数据的操作。

[System.Runtime.InteropServices.Guid("EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")]
public sealed class DrillThroughAction : Microsoft.AnalysisServices.Action
[<System.Runtime.InteropServices.Guid("EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")>]
type DrillThroughAction = class
    inherit Action
Public NotInheritable Class DrillThroughAction
Inherits Action
继承
属性

构造函数

DrillThroughAction()

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

DrillThroughAction(String, String)

将 DrillThroughAction 类的新实例初始化为指定的名称和 ID。

字段

MaxIDLength

指定标识符的最大长度。

(继承自 NamedComponent)
MaxNameLength

指定名称的最大长度。

(继承自 NamedComponent)

属性

Annotations

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

(继承自 ModelComponent)
Application

获取或设置包含与 Action 相关联的应用程序的字符串。

(继承自 Action)
Caption

获取或设置为 Action 显示的描述文字。

(继承自 Action)
CaptionIsMdx

获取或设置一个值,该值指示标题是否为多维表达式 (MDX)。

(继承自 Action)
Columns

获取基础数据及其绑定所在的列。

Condition

获取或设置确定 Parent 属性是否应用于目标的多位表达式 (MDX)。

(继承自 Action)
Default

获取或设置当前 DrillThroughAction,该操作将作为定义多个钻取操作时的默认操作。

Description

获取或设置组件的说明。

(继承自 NamedComponent)
FriendlyName

获取组件的用户友好名称。

(继承自 NamedComponent)
ID

获取或设置组件的标识符。

(继承自 NamedComponent)
Invocation

获取或设置用于调用操作的方法。

(继承自 Action)
KeyForCollection

获取集合中使用的键。

(继承自 NamedComponent)
MaximumRows

获取基础数据的最大行数及其绑定。

Name

获取或设置组件的名称。

(继承自 NamedComponent)
OwningCollection

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

(继承自 ModelComponent)
Parent

获取 Action 对象的父 Cube 对象。

(继承自 Action)
ParentDatabase

获取 Action 对象的父 Database 对象。

(继承自 Action)
ParentServer

获取 Action 对象的父 Server 对象。

(继承自 Action)
Site

获取或设置与组件关联的站点。

(继承自 NamedComponent)
SiteID

获取或设置与组件关联的站点的标识符。

(继承自 NamedComponent)
Target

获取或设置与操作关联的源属性的多维数据集、维度、属性、层次结构或级别。

(继承自 Action)
TargetType

获取或设置与操作关联的对象 [多维数据集、维度、属性、层次结构或级别] 的类型。

(继承自 Action)
Translations

获取标题的翻译,它可以是多维表达式 (MDX)。

(继承自 Action)
Type

获取或设置表示某种形式的操作的类型。

(继承自 Action)

方法

AddToContainer(IContainer)

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

(继承自 ModelComponent)
AfterInsert(Int32)

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

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

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

(继承自 ModelComponent)
AfterRemove(ModelComponentCollection)

删除 ModelComponent 对象后,显示 ModelComponentCollection。

(继承自 ModelComponent)
BeforeRemove(Boolean)

清理前删除 ModelComponent 对象。

(继承自 ModelComponent)
Clone()

返回对象的克隆。

CopyTo(Action)

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

(继承自 Action)
CopyTo(DrillThroughAction)

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

CopyTo(ModelComponent)

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

(继承自 ModelComponent)
CopyTo(NamedComponent)

将 NamedComponent 对象复制到指定的对象。

(继承自 NamedComponent)
RemoveFromContainer(IContainer)

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

(继承自 ModelComponent)
Reset()

将组件重置为其初始状态。

(继承自 NamedComponent)
Submit()

提交 ModelComponent 对象。

(继承自 ModelComponent)
Submit(Boolean)

提交 ModelComponent 对象。

(继承自 ModelComponent)
ToString()

返回表示命名组件的一个字符串。

(继承自 NamedComponent)
Validate(ValidationErrorCollection)

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

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

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

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

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

(继承自 Action)

显式接口实现

ICloneable.Clone()

表示向计算值或聚合值返回基础数据的操作。

(继承自 Action)
IFormattable.ToString(String, IFormatProvider)

表示向计算值或聚合值返回基础数据的操作。

(继承自 NamedComponent)
IHostableComponent.Host

表示向计算值或聚合值返回基础数据的操作。

(继承自 ModelComponent)
IModelComponent.FriendlyPath

表示向计算值或聚合值返回基础数据的操作。

(继承自 ModelComponent)
IModelComponent.OwningCollection

表示向计算值或聚合值返回基础数据的操作。

(继承自 ModelComponent)

适用于