Condividi tramite


Classe AggregationAttribute

Defines a DimensionAttribute as being part of a Aggregation. This class cannot be inherited.

Gerarchia di ereditarietà

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

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

Sintassi

'Dichiarazione
<GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")> _
Public NotInheritable Class AggregationAttribute _
    Inherits ModelComponent _
    Implements ICloneable
'Utilizzo
Dim instance As AggregationAttribute
[GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")]
public sealed class AggregationAttribute : ModelComponent, 
    ICloneable
[GuidAttribute(L"DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")]
public ref class AggregationAttribute sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")>]
type AggregationAttribute =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class AggregationAttribute extends ModelComponent implements ICloneable

Nel tipo AggregationAttribute sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AggregationAttribute() () () () Initializes a new instance of the AggregationAttribute class using the default values.
Metodo pubblico AggregationAttribute(String) Initializes a new instance of AggregationAttribute using the attributeID of a DimensionAttribute.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Annotations Gets a collection within which you can store custom data. Ereditato da ModelComponent.
Proprietà pubblica Attribute Gets the DimensionAttribute assigned to a Aggregation.
Proprietà pubblica AttributeID Gets or sets the AttributeID of a DimensionAttribute that is associated with a Aggregation.
Proprietà protetta CanRaiseEvents Ereditato da Component.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica CubeAttribute Gets the CubeAttribute that associates the current AggregationAttribute to the parent cube.
Proprietà protetta DesignMode Ereditato da Component.
Proprietà protetta Events Ereditato da Component.
Proprietà protetta FriendlyName Infrastruttura. Ereditato da ModelComponent.
Proprietà protetta KeyForCollection Infrastruttura. Ereditato da ModelComponent.
Proprietà pubblica OwningCollection Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent.
Proprietà pubblica Parent Gets the parent AggregationDimension of the current AggregationAttribute.
Proprietà pubblica ParentAggregation Gets the parent Aggregation of the current AggregationAttribute.
Proprietà pubblica ParentAggregationDesign Gets the parent AggregationDesign of the current AggregationAttribute.
Proprietà pubblica ParentCube Gets the parent Cube of the current AggregationAttribute.
Proprietà pubblica ParentDatabase Gets the parent Database of the current AggregationAttribute.
Proprietà pubblica ParentMeasureGroup Gets the parent MeasureGroup of the current AggregationAttribute.
Proprietà pubblica ParentServer Gets the parent Server of the current AggregationAttribute.
Proprietà pubblica Site Ereditato da Component.

In alto

Metodi

  Nome Descrizione
Metodo protetto AddToContainer Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterInsert Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterMove Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterRemove Infrastruttura. Ereditato da ModelComponent.
Metodo protetto BeforeRemove Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico Clone Copies the current AggregationAttribute.
Metodo pubblico CopyTo(AggregationAttribute) Copies the current AggregationAttribute to an object, which is passed as a parameter.
Metodo protetto CopyTo(ModelComponent) Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico CreateObjRef 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 Ereditato da MarshalByRefObject.
Metodo protetto GetService Ereditato da Component.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto MemberwiseClone() () () () Ereditato da Object.
Metodo protetto MemberwiseClone(Boolean) Ereditato da MarshalByRefObject.
Metodo protetto RemoveFromContainer Infrastruttura. Ereditato da ModelComponent.
Metodo protetto Reset Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico Submit() () () () Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico ToString Infrastruttura. Ereditato da ModelComponent.
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) Esegue l'override di ModelComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).

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
Implementazione esplicita dell'interfacciaProprietà privata IHostableComponent. . :: . .Host Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent. . :: . .FriendlyPath Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent. . :: . .OwningCollection Ereditato da ModelComponent.

In alto

Osservazioni

Nuovo: 17 luglio 2006

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.