Condividi tramite


Classe AggregationInstance

Represents an instance of a defined Aggregation for a partition.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Nel tipo AggregationInstance sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AggregationInstance() Initializes a new instance of the AggregationInstance class using the default values.
Metodo pubblico AggregationInstance(String) Initializes a new instance of the AggregationInstance class using a name.
Metodo pubblico AggregationInstance(String, String) Initializes a new instance of the AggregationInstance class using a name and an identifier.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AggregationType Defines the type of aggregation stored in AggregationInstance.
Proprietà pubblica Annotations Gets a collection within which you can store custom data. Ereditato da ModelComponent.
Proprietà protetta CanRaiseEvents Ereditato da Component.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica Description Gets or sets the description of the component. Ereditato da NamedComponent.
Proprietà protetta DesignMode Ereditato da Component.
Proprietà pubblica Dimensions Returns the collection of dimensions associated with an AggregationInstance.
Proprietà protetta Events Ereditato da Component.
Proprietà protetta FriendlyName Returns a user-friendly name. Ereditato da NamedComponent.
Proprietà pubblica ID Gets or sets the identifier of the component. Ereditato da NamedComponent.
Proprietà protetta KeyForCollection Returns the key used in collections. Ereditato da NamedComponent.
Proprietà pubblica Measures Gets the collection of measures associated with an AggregationInstance.
Proprietà pubblica Name Gets or sets the name of the component. Ereditato da NamedComponent.
Proprietà pubblica OwningCollection Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent.
Proprietà pubblica Parent Infrastruttura. Gets the IModelComponent object that is the parent of the ModelComponent object. Ereditato da ModelComponent.
Proprietà pubblica Site Infrastruttura. Gets or sets the site of the component. Ereditato da NamedComponent.
Proprietà pubblica SiteID Infrastruttura. Gets or sets the identifier for the site associated with the component. Ereditato da NamedComponent.
Proprietà pubblica Source Gets or sets the table name for the aggregation, if different than the table associated with column binding.

In alto

Metodi

  Nome Descrizione
Metodo protetto AddToContainer Infrastruttura. Adds a ModelComponent object to the specified container. Ereditato da ModelComponent.
Metodo protetto AfterInsert Infrastruttura. Displays a ModelComponent object after added to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterMove Infrastruttura. Displays a ModelComponent object after moving to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterRemove Infrastruttura. Displays a ModelComponentCollection after a ModelComponent object is removed. Ereditato da ModelComponent.
Metodo protetto BeforeRemove Infrastruttura. Removes the ModelComponent object before the cleanup. Ereditato da ModelComponent.
Metodo pubblico Clone Creates a new, full copy of the type of aggregation stored in [T:Microsoft.AnalysisServices.AggregationInstance.] object.
Metodo pubblico CopyTo(AggregationInstance) Copies an AggregationInstance to the another object.
Metodo protetto CopyTo(ModelComponent) Infrastruttura. Copies a ModelComponent object to the specified object. Ereditato da ModelComponent.
Metodo protetto CopyTo(NamedComponent) Infrastruttura. Copies a NamedComponent object to the specified object. Ereditato da NamedComponent.
Metodo pubblico CreateObjRef Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico Dispose() Ereditato da Component.
Metodo protetto Dispose(Boolean) Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Component.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo protetto GetService Ereditato da Component.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo protetto MemberwiseClone() Ereditato da Object.
Metodo protetto MemberwiseClone(Boolean) Ereditato da MarshalByRefObject.
Metodo protetto RemoveFromContainer Infrastruttura. Removes a ModelComponent object from the specified container. Ereditato da ModelComponent.
Metodo protetto Reset Infrastruttura. Resets the component to its initial state. Ereditato da NamedComponent.
Metodo pubblico Submit() Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico ToString Returns a string containing the name of the component. Ereditato da NamedComponent.
Metodo pubblico Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da ModelComponent.
Metodo pubblico 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. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection, Boolean, ServerEdition) Determines whether the NamedComponent is valid. Ereditato da NamedComponent.

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this AggregationInstance object.
Implementazione esplicita dell'interfacciaMetodo privato IFormattable.ToString Formats the value of the current instance using the specified format. Ereditato da NamedComponent.
Implementazione esplicita dell'interfacciaProprietà privata IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent.OwningCollection Gets or sets the collection that owns the current object. Ereditato da ModelComponent.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices