Clase AggregationAttribute
Defines a DimensionAttribute as being part of a Aggregation. This class cannot be inherited.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.AggregationAttribute
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
'Declaración
<GuidAttribute("DD4570BB-F7D2-4d1b-8FF7-E37504E8FC27")> _
Public NotInheritable Class AggregationAttribute _
Inherits ModelComponent _
Implements ICloneable
'Uso
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
El tipo AggregationAttribute expone los siguientes miembros.
Nombre | Descripción | |
---|---|---|
![]() |
AggregationAttribute() | Initializes a new instance of the AggregationAttribute class using the default values. |
![]() |
AggregationAttribute(String) | Initializes a new instance of AggregationAttribute using the attributeID of a DimensionAttribute. |
Arriba
Nombre | Descripción | |
---|---|---|
![]() |
Annotations | Gets a collection within which you can store custom data. (Se hereda de ModelComponent.) |
![]() |
Attribute | Gets the DimensionAttribute assigned to a Aggregation. |
![]() |
AttributeID | Gets or sets the AttributeID of a DimensionAttribute that is associated with a Aggregation. |
![]() |
Container | (Se hereda de Component.) |
![]() |
CubeAttribute | Gets the CubeAttribute that associates the current AggregationAttribute to the parent cube. |
![]() |
FriendlyName | Infraestructura. Gets the friendly name of the ModelComponent. (Se hereda de ModelComponent.) |
![]() |
KeyForCollection | Infraestructura. Gets the key used in the collection. (Se hereda de ModelComponent.) |
![]() |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Se hereda de ModelComponent.) |
![]() |
Parent | Gets the parent AggregationDimension of the current AggregationAttribute. |
![]() |
ParentAggregation | Gets the parent Aggregation of the current AggregationAttribute. |
![]() |
ParentAggregationDesign | Gets the parent AggregationDesign of the current AggregationAttribute. |
![]() |
ParentCube | Gets the parent Cube of the current AggregationAttribute. |
![]() |
ParentDatabase | Gets the parent Database of the current AggregationAttribute. |
![]() |
ParentMeasureGroup | Gets the parent MeasureGroup of the current AggregationAttribute. |
![]() |
ParentServer | Gets the parent Server of the current AggregationAttribute. |
![]() |
Site | (Se hereda de Component.) |
Arriba
Nombre | Descripción | |
---|---|---|
![]() |
AddToContainer | Infraestructura. Adds a ModelComponent object to the specified container. (Se hereda de ModelComponent.) |
![]() |
AfterInsert | Infraestructura. Displays a ModelComponent object after added to the specified index. (Se hereda de ModelComponent.) |
![]() |
AfterMove | Infraestructura. Displays a ModelComponent object after moving to the specified index. (Se hereda de ModelComponent.) |
![]() |
AfterRemove | Infraestructura. Displays a ModelComponentCollection after a ModelComponent object is removed. (Se hereda de ModelComponent.) |
![]() |
BeforeRemove | Infraestructura. Removes the ModelComponent object before the cleanup. (Se hereda de ModelComponent.) |
![]() |
Clone | Copies the current AggregationAttribute. |
![]() |
CopyTo | Copies the current AggregationAttribute to an object, which is passed as a parameter. |
![]() |
CreateObjRef | Importante para la seguridad. (Se hereda de MarshalByRefObject.) |
![]() |
Dispose | (Se hereda de Component.) |
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetLifetimeService | Importante para la seguridad. (Se hereda de MarshalByRefObject.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
InitializeLifetimeService | Importante para la seguridad. (Se hereda de MarshalByRefObject.) |
![]() |
RemoveFromContainer | Infraestructura. Removes a ModelComponent object from the specified container. (Se hereda de ModelComponent.) |
![]() |
Submit() | Infraestructura. Submits a ModelComponent object. (Se hereda de ModelComponent.) |
![]() |
Submit(Boolean) | Infraestructura. Submits a ModelComponent object. (Se hereda de ModelComponent.) |
![]() |
ToString | Infraestructura. Returns a string that represents the current object. (Se hereda de ModelComponent.) |
![]() |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Se hereda 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. (Se hereda de ModelComponent.) |
![]() |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors. (Invalida ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Arriba
Arriba
Nombre | Descripción | |
---|---|---|
![]() ![]() |
ICloneable.Clone | Creates and returns a new object that is a copy of the current instance of this AggregationAttribute object. |
![]() ![]() |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (Se hereda de ModelComponent.) |
![]() ![]() |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (Se hereda de ModelComponent.) |
![]() ![]() |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. (Se hereda de ModelComponent.) |
Arriba
Nuevo: 17 de julio de 2006
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.