Classe Aggregation
Defines a single aggregation. This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices..::..Aggregation
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("7BA79D5E-87D3-4842-905E-DFBDA0949FBC")> _
Public NotInheritable Class Aggregation _
Inherits NamedComponent _
Implements ICloneable
'Utilisation
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
Le type Aggregation expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
![]() |
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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
Annotations | Gets a collection within which you can store custom data. (hérité de ModelComponent.) |
![]() |
CanRaiseEvents | (hérité de Component.) |
![]() |
Container | (hérité de Component.) |
![]() |
Description | (hérité de NamedComponent.) |
![]() |
DesignMode | (hérité de Component.) |
![]() |
Dimensions | Gets the collection of dimensions for the Aggregation object. |
![]() |
Events | (hérité de Component.) |
![]() |
FriendlyName | (hérité de NamedComponent.) |
![]() |
ID | (hérité de NamedComponent.) |
![]() |
KeyForCollection | (hérité de NamedComponent.) |
![]() |
Name | (hérité de NamedComponent.) |
![]() |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (hérité de 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 | (hérité de NamedComponent.) |
![]() |
SiteID | (hérité de NamedComponent.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
AddToContainer | Infrastructure. (hérité de ModelComponent.) |
![]() |
AfterInsert | Infrastructure. (hérité de ModelComponent.) |
![]() |
AfterMove | Infrastructure. (hérité de ModelComponent.) |
![]() |
AfterRemove | Infrastructure. (hérité de ModelComponent.) |
![]() |
BeforeRemove | Infrastructure. (hérité de 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) | Infrastructure. (hérité de ModelComponent.) |
![]() |
CopyTo(NamedComponent) | (hérité de NamedComponent.) |
![]() |
CreateObjRef | (hérité de MarshalByRefObject.) |
![]() |
Dispose() () () () | (hérité de Component.) |
![]() |
Dispose(Boolean) | (hérité de Component.) |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Component.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetLifetimeService | (hérité de MarshalByRefObject.) |
![]() |
GetService | (hérité de Component.) |
![]() |
GetType | (hérité de Object.) |
![]() |
InitializeLifetimeService | (hérité de MarshalByRefObject.) |
![]() |
MemberwiseClone() () () () | (hérité de Object.) |
![]() |
MemberwiseClone(Boolean) | (hérité de MarshalByRefObject.) |
![]() |
RemoveFromContainer | Infrastructure. (hérité de ModelComponent.) |
![]() |
Reset | (hérité de NamedComponent.) |
![]() |
Submit() () () () | Infrastructure. (hérité de ModelComponent.) |
![]() |
Submit(Boolean) | Infrastructure. (hérité de ModelComponent.) |
![]() |
ToString | (hérité de NamedComponent.) |
![]() |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (hérité de 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. (hérité de ModelComponent.) |
![]() |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (remplace NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
![]() ![]() |
ICloneable. . :: . .Clone | |
![]() ![]() |
IFormattable. . :: . .ToString | (hérité de NamedComponent.) |
![]() ![]() |
IHostableComponent. . :: . .Host | (hérité de ModelComponent.) |
![]() ![]() |
IModelComponent. . :: . .FriendlyPath | (hérité de ModelComponent.) |
![]() ![]() |
IModelComponent. . :: . .OwningCollection | (hérité de ModelComponent.) |
Haut de la page
Notes
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.