AggregationDesignDimension 类
Defines a primitive data type that represents the relationship between a cube dimension and an AggregationDesignDimension. This class cannot be inherited.
继承层次结构
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..AggregationDesignDimension
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("CB295954-22BF-4446-B173-4B3FC0930737")> _
Public NotInheritable Class AggregationDesignDimension _
Inherits ModelComponent _
Implements ICloneable
用法
Dim instance As AggregationDesignDimension
[GuidAttribute("CB295954-22BF-4446-B173-4B3FC0930737")]
public sealed class AggregationDesignDimension : ModelComponent,
ICloneable
[GuidAttribute(L"CB295954-22BF-4446-B173-4B3FC0930737")]
public ref class AggregationDesignDimension sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("CB295954-22BF-4446-B173-4B3FC0930737")>]
type AggregationDesignDimension =
class
inherit ModelComponent
interface ICloneable
end
public final class AggregationDesignDimension extends ModelComponent implements ICloneable
AggregationDesignDimension 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
AggregationDesignDimension() () () () | Initializes a new instance of AggregationDesignDimension using the default values. | |
AggregationDesignDimension(String) | Initializes a new instance of AggregationDesignDimension using an identifier. |
页首
属性
名称 | 说明 | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (从 ModelComponent 继承。) | |
Attributes | ||
CanRaiseEvents | (从 Component 继承。) | |
Container | (从 Component 继承。) | |
CubeDimension | ||
CubeDimensionID | ||
DesignMode | (从 Component 继承。) | |
Dimension | ||
Events | (从 Component 继承。) | |
FriendlyName | 基础结构。 (从 ModelComponent 继承。) | |
KeyForCollection | 基础结构。 (从 ModelComponent 继承。) | |
MeasureGroupDimension | ||
OwningCollection | Gets or sets the collection that contains the ModelComponent. (从 ModelComponent 继承。) | |
Parent | ||
ParentCube | ||
ParentDatabase | ||
ParentMeasureGroup | Gets the MeasureGroup object that is the parent of the AggregationDesignDimension object. | |
ParentServer | Gets the Server object that is the parent of the AggregationDesignDimension object. | |
Site | (从 Component 继承。) |
页首
方法
页首
显式接口实现
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。