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


Класс AggregationInstanceMeasure

Represents information about a measure used by an Aggregation instance.

Иерархия наследования

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices..::..AggregationInstanceMeasure

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<GuidAttribute("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")> _
Public Class AggregationInstanceMeasure _
    Inherits ModelComponent _
    Implements ICloneable
'Применение
Dim instance As AggregationInstanceMeasure
[GuidAttribute("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")]
public class AggregationInstanceMeasure : ModelComponent, 
    ICloneable
[GuidAttribute(L"3BC1F152-081A-42D4-9154-96B8F1E2E9C9")]
public ref class AggregationInstanceMeasure : public ModelComponent, 
    ICloneable
[<GuidAttribute("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")>]
type AggregationInstanceMeasure =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public class AggregationInstanceMeasure extends ModelComponent implements ICloneable

Тип AggregationInstanceMeasure обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод AggregationInstanceMeasure() () () () Initializes a new instance of AggregationInstanceMeasure using the default values.
Открытый метод AggregationInstanceMeasure(String) Initializes a new instance of AggregationInstanceMeasure using a measure identifier.

В начало

Свойства

  Имя Описание
Открытое свойство Annotations Gets a collection within which you can store custom data. (Производный от ModelComponent.)
Защищенное свойство CanRaiseEvents (Производный от Component.)
Открытое свойство Container (Производный от Component.)
Защищенное свойство DesignMode (Производный от Component.)
Защищенное свойство Events (Производный от Component.)
Защищенное свойство FriendlyName Инфраструктура. (Переопределяет ModelComponent. . :: . .FriendlyName.)
Защищенное свойство KeyForCollection Инфраструктура. (Переопределяет ModelComponent. . :: . .KeyForCollection.)
Открытое свойство MeasureID Associates a Measure element with the parent element.
Открытое свойство OwningCollection Gets or sets the collection that contains the ModelComponent. (Производный от ModelComponent.)
Открытое свойство Parent Инфраструктура. (Производный от ModelComponent.)
Открытое свойство Site (Производный от Component.)
Открытое свойство Source Creates a new full copy of an object.

В начало

Методы

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

В начало

События

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

В начало

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

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

В начало

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

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

См. также

Справочник