Класс AggregationDimension
Represents the relationship between a Dimension and an Aggregation. This class cannot be inherited.
Иерархия наследования
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..AggregationDimension
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")> _
Public NotInheritable Class AggregationDimension _
Inherits ModelComponent _
Implements ICloneable
'Применение
Dim instance As AggregationDimension
[GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")]
public sealed class AggregationDimension : ModelComponent,
ICloneable
[GuidAttribute(L"7B5E1329-C951-4dbd-A404-11050D15280A")]
public ref class AggregationDimension sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")>]
type AggregationDimension =
class
inherit ModelComponent
interface ICloneable
end
public final class AggregationDimension extends ModelComponent implements ICloneable
Тип AggregationDimension обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
AggregationDimension() () () () | Initializes a new instance of the AggregationDimension class using the default values. |
![]() |
AggregationDimension(String) | Initializes a new instance of the AggregationDimension class using a name. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Annotations | Gets a collection within which you can store custom data. (Производный от ModelComponent.) |
![]() |
Attributes | Gets the collection of attributes for the associated AggregationDimension. |
![]() |
CanRaiseEvents | (Производный от Component.) |
![]() |
Container | (Производный от Component.) |
![]() |
CubeDimension | Gets the parent CubeDimension corresponding to the AggregationDimension. |
![]() |
CubeDimensionID | Gets or sets the CubeDimension element associated with the parent element. |
![]() |
DesignMode | (Производный от Component.) |
![]() |
Dimension | Gets the Dimension object corresponding to the AggregationDimension object. |
![]() |
Events | (Производный от Component.) |
![]() |
FriendlyName | Инфраструктура. (Производный от ModelComponent.) |
![]() |
KeyForCollection | Инфраструктура. (Производный от ModelComponent.) |
![]() |
MeasureGroupDimension | Gets the relationship between a dimension and a measure group within an AggregationDimension. |
![]() |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Производный от ModelComponent.) |
![]() |
Parent | Gets the Aggregation object that is the parent of the AggregationDimension object. |
![]() |
ParentAggregationDesign | Gets the parent AggregationDesign object of an AggregationDimension. |
![]() |
ParentCube | Gets the Cube object that is the parent of the AggregationDimension object. |
![]() |
ParentDatabase | Gets the Database object that is the parent of the AggregationDimension object's Cube object. |
![]() |
ParentMeasureGroup | Gets the MeasureGroup object that is the parent of the AggregationDimension object. |
![]() |
ParentServer | Gets the Server object that is the parent of the AggregationDimension object. |
![]() |
Site | (Производный от Component.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
AddToContainer | Инфраструктура. (Производный от ModelComponent.) |
![]() |
AfterInsert | Инфраструктура. (Производный от ModelComponent.) |
![]() |
AfterMove | Инфраструктура. (Производный от ModelComponent.) |
![]() |
AfterRemove | Инфраструктура. (Производный от ModelComponent.) |
![]() |
BeforeRemove | Инфраструктура. (Производный от ModelComponent.) |
![]() |
Clone | Creates a new, full copy of the AggregationDimension object. |
![]() |
CopyTo(AggregationDimension) | Creates a full copy of the AggregationDimension object in the existing object, passed as a parameter. |
![]() |
CopyTo(ModelComponent) | Инфраструктура. (Производный от ModelComponent.) |
![]() |
CreateObjRef | (Производный от MarshalByRefObject.) |
![]() |
Dispose() () () () | (Производный от Component.) |
![]() |
Dispose(Boolean) | (Производный от Component.) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Component.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetLifetimeService | (Производный от MarshalByRefObject.) |
![]() |
GetService | (Производный от Component.) |
![]() |
GetType | (Производный от Object.) |
![]() |
InitializeLifetimeService | (Производный от MarshalByRefObject.) |
![]() |
MemberwiseClone() () () () | (Производный от Object.) |
![]() |
MemberwiseClone(Boolean) | (Производный от MarshalByRefObject.) |
![]() |
RemoveFromContainer | Инфраструктура. (Производный от ModelComponent.) |
![]() |
Reset | Инфраструктура. (Производный от ModelComponent.) |
![]() |
Submit() () () () | Инфраструктура. (Производный от ModelComponent.) |
![]() |
Submit(Boolean) | Инфраструктура. (Производный от ModelComponent.) |
![]() |
ToString | Инфраструктура. (Производный от ModelComponent.) |
![]() |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Производный от ModelComponent.) |
![]() |
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Производный от ModelComponent.) |
![]() |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Переопределяет ModelComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
В начало
Явные реализации интерфейса
| Имя | Описание | |
|---|---|---|
![]() ![]() |
ICloneable. . :: . .Clone | |
![]() ![]() |
IHostableComponent. . :: . .Host | (Производный от ModelComponent.) |
![]() ![]() |
IModelComponent. . :: . .FriendlyPath | (Производный от ModelComponent.) |
![]() ![]() |
IModelComponent. . :: . .OwningCollection | (Производный от ModelComponent.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)