AggregationAttribute 类
Defines a DimensionAttribute as being part of a Aggregation. This class cannot be inherited.
继承层次结构
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..AggregationAttribute
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")> _
Public NotInheritable Class AggregationAttribute _
Inherits ModelComponent _
Implements ICloneable
用法
Dim instance As AggregationAttribute
[GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")]
public sealed class AggregationAttribute : ModelComponent,
ICloneable
[GuidAttribute(L"DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")]
public ref class AggregationAttribute sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")>]
type AggregationAttribute =
class
inherit ModelComponent
interface ICloneable
end
public final class AggregationAttribute extends ModelComponent implements ICloneable
AggregationAttribute 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
AggregationAttribute() () () () | Initializes a new instance of the AggregationAttribute class using the default values. | |
AggregationAttribute(String) | Initializes a new instance of AggregationAttribute using the attributeID of a DimensionAttribute. |
页首
属性
名称 | 说明 | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (从 ModelComponent 继承。) | |
Attribute | Gets the DimensionAttribute assigned to a Aggregation. | |
AttributeID | Gets or sets the AttributeID of a DimensionAttribute that is associated with a Aggregation. | |
CanRaiseEvents | (从 Component 继承。) | |
Container | (从 Component 继承。) | |
CubeAttribute | Gets the CubeAttribute that associates the current AggregationAttribute to the parent cube. | |
DesignMode | (从 Component 继承。) | |
Events | (从 Component 继承。) | |
FriendlyName | 基础结构。 (从 ModelComponent 继承。) | |
KeyForCollection | 基础结构。 (从 ModelComponent 继承。) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (从 ModelComponent 继承。) | |
Parent | Gets the parent AggregationDimension of the current AggregationAttribute. | |
ParentAggregation | Gets the parent Aggregation of the current AggregationAttribute. | |
ParentAggregationDesign | Gets the parent AggregationDesign of the current AggregationAttribute. | |
ParentCube | Gets the parent Cube of the current AggregationAttribute. | |
ParentDatabase | Gets the parent Database of the current AggregationAttribute. | |
ParentMeasureGroup | Gets the parent MeasureGroup of the current AggregationAttribute. | |
ParentServer | Gets the parent Server of the current AggregationAttribute. | |
Site | (从 Component 继承。) |
页首
方法
页首
显式接口实现
页首
注释
新增日期: 2006 年 7 月 17 日
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。