Classe Aggregation
Defines a single aggregation. This class cannot be inherited.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices..::..Aggregation
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("7BA79D5E-87D3-4842-905E-DFBDA0949FBC")> _
Public NotInheritable Class Aggregation _
Inherits NamedComponent _
Implements ICloneable
'Utilizzo
Dim instance As Aggregation
[GuidAttribute("7BA79D5E-87D3-4842-905E-DFBDA0949FBC")]
public sealed class Aggregation : NamedComponent,
ICloneable
[GuidAttribute(L"7BA79D5E-87D3-4842-905E-DFBDA0949FBC")]
public ref class Aggregation sealed : public NamedComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("7BA79D5E-87D3-4842-905E-DFBDA0949FBC")>]
type Aggregation =
class
inherit NamedComponent
interface ICloneable
end
public final class Aggregation extends NamedComponent implements ICloneable
Nel tipo Aggregation sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Aggregation() () () () | Initializes a new instance of the Aggregation class using the default values. | |
Aggregation(String, String) | Initializes a new instance of the Aggregation class using a name and an identifier. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. Ereditato da ModelComponent. | |
CanRaiseEvents | Ereditato da Component. | |
Container | Ereditato da Component. | |
Description | Ereditato da NamedComponent. | |
DesignMode | Ereditato da Component. | |
Dimensions | Gets the collection of dimensions for the Aggregation object. | |
Events | Ereditato da Component. | |
FriendlyName | Ereditato da NamedComponent. | |
ID | Ereditato da NamedComponent. | |
KeyForCollection | Ereditato da NamedComponent. | |
Name | Ereditato da NamedComponent. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent. | |
Parent | Gets the parent AggregationDesign object for the current Aggregation object. | |
ParentCube | Gets the parent Cube object for the current Aggregation object. | |
ParentDatabase | Gets the parent Database object for the current Aggregation object. | |
ParentMeasureGroup | Gets the parent MeasureGroup object for the current Aggregation object. | |
ParentServer | Gets the parent Server object for the current Aggregation object. | |
Site | Ereditato da NamedComponent. | |
SiteID | Ereditato da NamedComponent. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AddToContainer | Infrastruttura. Ereditato da ModelComponent. | |
AfterInsert | Infrastruttura. Ereditato da ModelComponent. | |
AfterMove | Infrastruttura. Ereditato da ModelComponent. | |
AfterRemove | Infrastruttura. Ereditato da ModelComponent. | |
BeforeRemove | Infrastruttura. Ereditato da ModelComponent. | |
Clone | Creates a new full copy of an object. | |
CopyTo(Aggregation) | Creates a full copy of object into the existing object passed as parameter. | |
CopyTo(ModelComponent) | Infrastruttura. Ereditato da ModelComponent. | |
CopyTo(NamedComponent) | Ereditato da NamedComponent. | |
CreateObjRef | Ereditato da MarshalByRefObject. | |
Dispose() () () () | Ereditato da Component. | |
Dispose(Boolean) | Ereditato da Component. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Component. | |
GetHashCode | Ereditato da Object. | |
GetLifetimeService | Ereditato da MarshalByRefObject. | |
GetService | Ereditato da Component. | |
GetType | Ereditato da Object. | |
InitializeLifetimeService | Ereditato da MarshalByRefObject. | |
MemberwiseClone() () () () | Ereditato da Object. | |
MemberwiseClone(Boolean) | Ereditato da MarshalByRefObject. | |
RemoveFromContainer | Infrastruttura. Ereditato da ModelComponent. | |
Reset | Ereditato da NamedComponent. | |
Submit() () () () | Infrastruttura. Ereditato da ModelComponent. | |
Submit(Boolean) | Infrastruttura. Ereditato da ModelComponent. | |
ToString | Ereditato da NamedComponent. | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da 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. Ereditato da ModelComponent. | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Esegue l'override di NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition). |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICloneable. . :: . .Clone | ||
IFormattable. . :: . .ToString | Ereditato da NamedComponent. | |
IHostableComponent. . :: . .Host | Ereditato da ModelComponent. | |
IModelComponent. . :: . .FriendlyPath | Ereditato da ModelComponent. | |
IModelComponent. . :: . .OwningCollection | Ereditato da ModelComponent. |
In alto
Osservazioni
Each aggregation consists of a set of dimensions, with a set of attributes for each dimension. For example, if an aggregation lists the Customer dimension, and the City and Gender attributes for that dimension, then there is an aggregation for the City/Gender combination.
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.