AggregationInstance 类
Represents an instance of a defined Aggregation for a partition.
继承层次结构
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices..::..AggregationInstance
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("22940FE2-7C38-4243-9996-2FC8054500B2")> _
Public Class AggregationInstance _
Inherits NamedComponent _
Implements ICloneable
用法
Dim instance As AggregationInstance
[GuidAttribute("22940FE2-7C38-4243-9996-2FC8054500B2")]
public class AggregationInstance : NamedComponent,
ICloneable
[GuidAttribute(L"22940FE2-7C38-4243-9996-2FC8054500B2")]
public ref class AggregationInstance : public NamedComponent,
ICloneable
[<GuidAttribute("22940FE2-7C38-4243-9996-2FC8054500B2")>]
type AggregationInstance =
class
inherit NamedComponent
interface ICloneable
end
public class AggregationInstance extends NamedComponent implements ICloneable
AggregationInstance 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
AggregationInstance() () () () | Initializes a new instance of the AggregationInstance class using the default values. | |
AggregationInstance(String) | Initializes a new instance of the AggregationInstance class using a name. | |
AggregationInstance(String, String) | Initializes a new instance of the AggregationInstance class using a name and an identifier. |
页首
属性
名称 | 说明 | |
---|---|---|
AggregationType | Defines the type of aggregation stored in AggregationInstance. | |
Annotations | Gets a collection within which you can store custom data. (从 ModelComponent 继承。) | |
CanRaiseEvents | (从 Component 继承。) | |
Container | (从 Component 继承。) | |
Description | (从 NamedComponent 继承。) | |
DesignMode | (从 Component 继承。) | |
Dimensions | Returns the collection of dimensions associated with an AggregationInstance. | |
Events | (从 Component 继承。) | |
FriendlyName | (从 NamedComponent 继承。) | |
ID | (从 NamedComponent 继承。) | |
KeyForCollection | (从 NamedComponent 继承。) | |
Measures | Gets the collection of measures associated with an AggregationInstance. | |
Name | (从 NamedComponent 继承。) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (从 ModelComponent 继承。) | |
Parent | 基础结构。 (从 ModelComponent 继承。) | |
Site | (从 NamedComponent 继承。) | |
SiteID | (从 NamedComponent 继承。) | |
Source | Gets or sets the table name for the aggregation, if different than the table associated with column binding. |
页首
方法
页首
显式接口实现
页首
注释
When a Partition uses an AggregationDesign to generate aggregations for that partition, each Aggregation in the AggregationDesign is instantiated for that partition. Multiple partitions can use the same AggregationDesign to generate multiple instances of a defined Aggregation. Also note that user defined aggregations can be created on a partition without going through the AggregationDesign object.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。