Compartilhar via


Classe AggregationInstance

Represents an instance of a defined Aggregation for a partition.

Hierarquia de herança

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.AggregationInstance

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<GuidAttribute("22940FE2-7C38-4243-9996-2FC8054500B2")> _
Public Class AggregationInstance _
    Inherits NamedComponent _
    Implements ICloneable
'Uso
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

O tipo AggregationInstance expõe os membros a seguir.

Construtores

  Nome Descrição
Método público AggregationInstance() Initializes a new instance of the AggregationInstance class using the default values.
Método público AggregationInstance(String) Initializes a new instance of the AggregationInstance class using a name.
Método público AggregationInstance(String, String) Initializes a new instance of the AggregationInstance class using a name and an identifier.

Início

Propriedades

  Nome Descrição
Propriedade pública AggregationType Defines the type of aggregation stored in AggregationInstance.
Propriedade pública Annotations Gets a collection within which you can store custom data. (Herdado de ModelComponent.)
Propriedade protegida CanRaiseEvents (Herdado de Component.)
Propriedade pública Container (Herdado de Component.)
Propriedade pública Description Gets or sets the description of the component. (Herdado de NamedComponent.)
Propriedade protegida DesignMode (Herdado de Component.)
Propriedade pública Dimensions Returns the collection of dimensions associated with an AggregationInstance.
Propriedade protegida Events (Herdado de Component.)
Propriedade protegida FriendlyName Returns a user-friendly name. (Herdado de NamedComponent.)
Propriedade pública ID Gets or sets the identifier of the component. (Herdado de NamedComponent.)
Propriedade protegida KeyForCollection Returns the key used in collections. (Herdado de NamedComponent.)
Propriedade pública Measures Gets the collection of measures associated with an AggregationInstance.
Propriedade pública Name Gets or sets the name of the component. (Herdado de NamedComponent.)
Propriedade pública OwningCollection Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.)
Propriedade pública Parent Infraestrutura. Gets the IModelComponent object that is the parent of the ModelComponent object. (Herdado de ModelComponent.)
Propriedade pública Site Infraestrutura. Gets or sets the site of the component. (Herdado de NamedComponent.)
Propriedade pública SiteID Infraestrutura. Gets or sets the identifier for the site associated with the component. (Herdado de NamedComponent.)
Propriedade pública Source Gets or sets the table name for the aggregation, if different than the table associated with column binding.

Início

Métodos

  Nome Descrição
Método protegido AddToContainer Infraestrutura. Adds a ModelComponent object to the specified container. (Herdado de ModelComponent.)
Método protegido AfterInsert Infraestrutura. Displays a ModelComponent object after added to the specified index. (Herdado de ModelComponent.)
Método protegido AfterMove Infraestrutura. Displays a ModelComponent object after moving to the specified index. (Herdado de ModelComponent.)
Método protegido AfterRemove Infraestrutura. Displays a ModelComponentCollection after a ModelComponent object is removed. (Herdado de ModelComponent.)
Método protegido BeforeRemove Infraestrutura. Removes the ModelComponent object before the cleanup. (Herdado de ModelComponent.)
Método público Clone Creates a new, full copy of the type of aggregation stored in [T:Microsoft.AnalysisServices.AggregationInstance.] object.
Método público CopyTo(AggregationInstance) Copies an AggregationInstance to the another object.
Método protegido CopyTo(ModelComponent) Infraestrutura. Copies a ModelComponent object to the specified object. (Herdado de ModelComponent.)
Método protegido CopyTo(NamedComponent) Infraestrutura. Copies a NamedComponent object to the specified object. (Herdado de NamedComponent.)
Método público CreateObjRef Segurança crítica. (Herdado de MarshalByRefObject.)
Método público Dispose() (Herdado de Component.)
Método protegido Dispose(Boolean) (Herdado de Component.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Component.)
Método público GetHashCode (Herdado de Object.)
Método público GetLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método protegido GetService (Herdado de Component.)
Método público GetType (Herdado de Object.)
Método público InitializeLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método protegido MemberwiseClone() (Herdado de Object.)
Método protegido MemberwiseClone(Boolean) (Herdado de MarshalByRefObject.)
Método protegido RemoveFromContainer Infraestrutura. Removes a ModelComponent object from the specified container. (Herdado de ModelComponent.)
Método protegido Reset Infraestrutura. Resets the component to its initial state. (Herdado de NamedComponent.)
Método público Submit() Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.)
Método público Submit(Boolean) Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.)
Método público ToString Returns a string containing the name of the component. (Herdado de NamedComponent.)
Método público Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Herdado de ModelComponent.)
Método público 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. (Herdado de ModelComponent.)
Método público Validate(ValidationErrorCollection, Boolean, ServerEdition) Determines whether the NamedComponent is valid. (Herdado de NamedComponent.)

Início

Eventos

  Nome Descrição
Evento público Disposed (Herdado de Component.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this AggregationInstance object.
Implementações de interfaces explícitasMétodo privado IFormattable.ToString Formats the value of the current instance using the specified format. (Herdado de NamedComponent.)
Implementações de interfaces explícitasPropriedade privada IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (Herdado de ModelComponent.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices