RelationshipEnd 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义维度间的一对多关系端。
public class RelationshipEnd : Microsoft.AnalysisServices.ModelComponent
type RelationshipEnd = class
inherit ModelComponent
Public Class RelationshipEnd
Inherits ModelComponent
- 继承
属性
Annotations |
获取您可在其中存储自定义数据的集合。 (继承自 ModelComponent) |
Attributes |
获取维度间一对多关系中用作键(主键或外键)的属性。 |
DimensionID |
指定与关系端相关联的维度。 |
FriendlyName |
获取 RelationshipEnd 对象的友好名称。 |
KeyForCollection |
获取集合中使用的键。 |
Multiplicity |
获取或设置关系的多重性值。 |
OwningCollection |
获取或设置包含 ModelComponent 的集合。 (继承自 ModelComponent) |
Parent |
获取作为 ModelComponent 对象的父级的 IModelComponent 对象。 (继承自 ModelComponent) |
Role |
获取或设置关系端的名称,以供报表工具使用。 |
Translations |
获取与对象相关联的翻译集合。 |
VisualizationProperties |
获取或设置报表工具可用来提供增强格式的属性。 |
方法
显式接口实现
IHostableComponent.Host |
定义维度间的一对多关系端。 (继承自 ModelComponent) |
IModelComponent.FriendlyPath |
定义维度间的一对多关系端。 (继承自 ModelComponent) |
IModelComponent.OwningCollection |
定义维度间的一对多关系端。 (继承自 ModelComponent) |