Поделиться через


Класс 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.)

В начало

Методы

  Имя Описание
Защищенный метод AddToContainer Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterInsert Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterMove Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterRemove Инфраструктура. (Производный от ModelComponent.)
Защищенный метод BeforeRemove Инфраструктура. (Производный от ModelComponent.)
Открытый метод Clone Creates a new full copy of an object.
Открытый метод CopyTo(AggregationDesignDimension) Copies an AggregationDesignDimension object to the specified object.
Защищенный метод 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).)

В начало

События

  Имя Описание
Открытое событие Disposed (Производный от Component.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable. . :: . .Clone
Явная реализация интерфейсаЗакрытое свойство IHostableComponent. . :: . .Host (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent. . :: . .FriendlyPath (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent. . :: . .OwningCollection (Производный от ModelComponent.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник