Compartilhar via


Classe AggregationDesign

Defines a set of aggregation definitions that can be shared across multiple partitions in a database. This class cannot be inherited.

Hierarquia de herança

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices. . :: . .NamedComponent
          Microsoft.AnalysisServices. . :: . .MajorObject
            Microsoft.AnalysisServices..::..AggregationDesign

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<GuidAttribute("85599CD4-B502-429b-85E9-51DECA0284C0")> _
Public NotInheritable Class AggregationDesign _
    Inherits MajorObject _
    Implements IMajorObject, INamedComponent, IModelComponent, IComponent,  _
    IDisposable, ICloneable
'Uso
Dim instance As AggregationDesign
[GuidAttribute("85599CD4-B502-429b-85E9-51DECA0284C0")]
public sealed class AggregationDesign : MajorObject, 
    IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, 
    ICloneable
[GuidAttribute(L"85599CD4-B502-429b-85E9-51DECA0284C0")]
public ref class AggregationDesign sealed : public MajorObject, 
    IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("85599CD4-B502-429b-85E9-51DECA0284C0")>]
type AggregationDesign =  
    class
        inherit MajorObject
        interface IMajorObject
        interface INamedComponent
        interface IModelComponent
        interface IComponent
        interface IDisposable
        interface ICloneable
    end
public final class AggregationDesign extends MajorObject implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ICloneable

O tipo AggregationDesign expõe os membros a seguir.

Construtores

  Nome Descrição
Método público AggregationDesign() () () () Initializes a new instance of AggregationDesign using the default values.
Método público AggregationDesign(String) Initializes a new instance of AggregationDesign using a name.
Método público AggregationDesign(String, String) Initializes a new instance of [TT:Microsoft.AnalysisServices.AggregationDesign] using a name and an identifier.

Início

Propriedades

  Nome Descrição
Propriedade pública Aggregations Gets the aggregations designed for the AggregationDesign.
Propriedade pública Annotations Gets the collection object of all annotations to current object. (Herdado de MajorObject.)
Propriedade protegida CanRaiseEvents (Herdado de Component.)
Propriedade pública Container (Herdado de Component.)
Propriedade pública CreatedTimestamp Gets or sets the date and time of the creation of the object. (Herdado de MajorObject.)
Propriedade pública Description Gets or sets a description string of current object. (Herdado de MajorObject.)
Propriedade protegida DesignMode (Herdado de Component.)
Propriedade pública Dimensions Gets the dimensions associated with an AggregationDesign.
Propriedade pública EstimatedPerformanceGain Gets or sets the estimated performance gain of a partition (as a percentage increase).
Propriedade pública EstimatedRows Gets or sets the number of estimated rows (average) in the partition associated with the AggregationDesign.
Propriedade protegida Events (Herdado de Component.)
Propriedade protegida FriendlyName (Herdado de NamedComponent.)
Propriedade pública ID (Herdado de NamedComponent.)
Propriedade pública IsLoaded Infraestrutura. (Herdado de MajorObject.)
Propriedade protegida KeyForCollection (Herdado de NamedComponent.)
Propriedade pública LastSchemaUpdate Gets or sets the date and time when current object schema was last updated. (Herdado de MajorObject.)
Propriedade pública Name (Herdado de NamedComponent.)
Propriedade pública OwningCollection Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.)
Propriedade pública Parent Gets the measure group object that is the parent of the AggregationDesign object.
Propriedade pública ParentCube Gets the Cube object that is the parent of the AggregationDesign object.
Propriedade pública ParentDatabase Gets the ParentDatabase object that is the parent of the AggregationDesign object's Cube object.
Propriedade pública ParentServer Gets the Server object that is the parent of the [T:Microsoft.AnalysisServices.] object.
Propriedade pública Site (Herdado de NamedComponent.)
Propriedade pública SiteID (Herdado de NamedComponent.)

Início

Métodos

  Nome Descrição
Método protegido AddToContainer Infraestrutura. (Herdado de ModelComponent.)
Método protegido AfterInsert Infraestrutura. (Herdado de ModelComponent.)
Método protegido AfterMove Infraestrutura. (Herdado de ModelComponent.)
Método protegido AfterRemove Infraestrutura. (Herdado de ModelComponent.)
Método protegido BeforeRemove Infraestrutura. (Herdado de ModelComponent.)
Método público CancelDesign Cancels the design associated with an AggregationDesign object.
Método público Clone() () () () Creates a new full copy of an object.
Método protegido Clone(Boolean) Infraestrutura. (Herdado de MajorObject.)
Método público CopyTo(AggregationDesign) Copies an AggregationDesign object to the specified object.
Método protegido CopyTo(ModelComponent) Infraestrutura. (Herdado de ModelComponent.)
Método protegido CopyTo(NamedComponent) (Herdado de NamedComponent.)
Método protegido CopyTo(MajorObject, Boolean) Infraestrutura. (Herdado de MajorObject.)
Método público CreateObjRef (Herdado de MarshalByRefObject.)
Método público DesignAggregations(Double%, Double%, Int64%, Boolean%)
Método público DesignAggregations(Double%, Double%, Int64%, Boolean%, StringCollection)
Método público DesignAggregations(TimeSpan, Int32, Double, Int64, StringCollection)
Método público Dispose() () () () (Herdado de Component.)
Método protegido Dispose(Boolean) (Herdado de Component.)
Método público Drop() () () () Removes current object and updates server. (Herdado de MajorObject.)
Método público Drop(DropOptions) Removes current object and updates server using specified options. (Herdado de MajorObject.)
Método público Drop(DropOptions, XmlaWarningCollection) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object. (Herdado de MajorObject.)
Método público Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable. (Herdado de MajorObject.)
Método público Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection, Boolean) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable. (Herdado de MajorObject.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Component.)
Método público FinalizeDesign
Método protegido GetCreateReferences Infraestrutura. (Herdado de MajorObject.)
Método público GetDependents Infraestrutura. (Herdado de MajorObject.)
Método protegido GetDropDependents Infraestrutura. (Herdado de MajorObject.)
Método público GetHashCode (Herdado de Object.)
Método público GetLifetimeService (Herdado de MarshalByRefObject.)
Método público GetReferences Infraestrutura. (Herdado de MajorObject.)
Método protegido GetService (Herdado de Component.)
Método público GetType (Herdado de Object.)
Método público GetUpdateOverwrites Infraestrutura. (Herdado de MajorObject.)
Método público InitializeDesign() () () ()
Método público InitializeDesign(String)
Método público InitializeLifetimeService (Herdado de MarshalByRefObject.)
Método protegido MemberwiseClone() () () () (Herdado de Object.)
Método protegido MemberwiseClone(Boolean) (Herdado de MarshalByRefObject.)
Método público Refresh() () () () Updates current object from server definitions. (Herdado de MajorObject.)
Método público Refresh(Boolean) Updates current object from server definitions and loaded dependent objects if specified. (Herdado de MajorObject.)
Método público Refresh(Boolean, RefreshType) Updates current object from server definitions and loaded dependent objects if specified. (Herdado de MajorObject.)
Método protegido RemoveFromContainer Infraestrutura. (Herdado de ModelComponent.)
Método protegido Reset (Herdado de NamedComponent.)
Método público Submit() () () () Infraestrutura. (Herdado de ModelComponent.)
Método público Submit(Boolean) Infraestrutura. (Herdado de ModelComponent.)
Método público ToString (Herdado de NamedComponent.)
Método público Update() () () () Updates server definition of current object to actual values using the default values to update dependent objects. (Herdado de MajorObject.)
Método público Update(UpdateOptions) Updates server definition of current object to actual values using the specified options to update dependent objects. (Herdado de MajorObject.)
Método público Update(UpdateOptions, UpdateMode) Updates server definition of current object to actual values using the specified options to update dependent objects. (Herdado de MajorObject.)
Método público Update(UpdateOptions, UpdateMode, XmlaWarningCollection) Updates server definition of current object to actual values using the specified options to update dependent objects and reports any warnings from operation. (Herdado de MajorObject.)
Método público Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection) Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation. (Herdado de MajorObject.)
Método público Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection, Boolean) Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation. If analyzeImpactOnly is true, an impact analysis operation is performed with no update operation. (Herdado de MajorObject.)
Método público Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Herdado de ModelComponent.)
Método público Validate(ValidationResultCollection) (Herdado de MajorObject.)
Método público 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. (Herdado de ModelComponent.)
Método público Validate(ValidationResultCollection, ValidationOptions) (Herdado de MajorObject.)
Método público Validate(ValidationErrorCollection, Boolean, ServerEdition) (Substitui NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).)
Método público Validate(ValidationResultCollection, ValidationOptions, ServerEdition) (Herdado de MajorObject.)

Início

Eventos

  Nome Descrição
Evento público Disposed (Herdado de Component.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência