Condividi tramite


Classe AggregationDesign

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

Gerarchia di ereditarietà

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

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

Sintassi

'Dichiarazione
<GuidAttribute("85599CD4-B502-429b-85E9-51DECA0284C0")> _
Public NotInheritable Class AggregationDesign _
    Inherits MajorObject _
    Implements IMajorObject, INamedComponent, IModelComponent, IComponent,  _
    IDisposable, ICloneable
'Utilizzo
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

Nel tipo AggregationDesign sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AggregationDesign() () () () Initializes a new instance of AggregationDesign using the default values.
Metodo pubblico AggregationDesign(String) Initializes a new instance of AggregationDesign using a name.
Metodo pubblico AggregationDesign(String, String) Initializes a new instance of [TT:Microsoft.AnalysisServices.AggregationDesign] using a name and an identifier.

In alto

Proprietà

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

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 CancelDesign Cancels the design associated with an AggregationDesign object.
Metodo pubblico Clone() () () () Creates a new full copy of an object.
Metodo protetto Clone(Boolean) Infrastruttura. Ereditato da MajorObject.
Metodo pubblico CopyTo(AggregationDesign) Copies an AggregationDesign object to the specified object.
Metodo protetto CopyTo(ModelComponent) Infrastruttura. Ereditato da ModelComponent.
Metodo protetto CopyTo(NamedComponent) Ereditato da NamedComponent.
Metodo protetto CopyTo(MajorObject, Boolean) Infrastruttura. Ereditato da MajorObject.
Metodo pubblico CreateObjRef Ereditato da MarshalByRefObject.
Metodo pubblico DesignAggregations(Double%, Double%, Int64%, Boolean%)
Metodo pubblico DesignAggregations(Double%, Double%, Int64%, Boolean%, StringCollection)
Metodo pubblico DesignAggregations(TimeSpan, Int32, Double, Int64, StringCollection)
Metodo pubblico Dispose() () () () Ereditato da Component.
Metodo protetto Dispose(Boolean) Ereditato da Component.
Metodo pubblico Drop() () () () Removes current object and updates server. Ereditato da MajorObject.
Metodo pubblico Drop(DropOptions) Removes current object and updates server using specified options. Ereditato da MajorObject.
Metodo pubblico Drop(DropOptions, XmlaWarningCollection) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object. Ereditato da MajorObject.
Metodo pubblico 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. Ereditato da MajorObject.
Metodo pubblico 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. Ereditato da MajorObject.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Component.
Metodo pubblico FinalizeDesign
Metodo protetto GetCreateReferences Infrastruttura. Ereditato da MajorObject.
Metodo pubblico GetDependents Infrastruttura. Ereditato da MajorObject.
Metodo protetto GetDropDependents Infrastruttura. Ereditato da MajorObject.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Ereditato da MarshalByRefObject.
Metodo pubblico GetReferences Infrastruttura. Ereditato da MajorObject.
Metodo protetto GetService Ereditato da Component.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico GetUpdateOverwrites Infrastruttura. Ereditato da MajorObject.
Metodo pubblico InitializeDesign() () () ()
Metodo pubblico InitializeDesign(String)
Metodo pubblico InitializeLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto MemberwiseClone() () () () Ereditato da Object.
Metodo protetto MemberwiseClone(Boolean) Ereditato da MarshalByRefObject.
Metodo pubblico Refresh() () () () Updates current object from server definitions. Ereditato da MajorObject.
Metodo pubblico Refresh(Boolean) Updates current object from server definitions and loaded dependent objects if specified. Ereditato da MajorObject.
Metodo pubblico Refresh(Boolean, RefreshType) Updates current object from server definitions and loaded dependent objects if specified. Ereditato da MajorObject.
Metodo protetto RemoveFromContainer Infrastruttura. Ereditato da ModelComponent.
Metodo protetto Reset Ereditato da NamedComponent.
Metodo pubblico Submit() () () () Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico ToString Ereditato da NamedComponent.
Metodo pubblico Update() () () () Updates server definition of current object to actual values using the default values to update dependent objects. Ereditato da MajorObject.
Metodo pubblico Update(UpdateOptions) Updates server definition of current object to actual values using the specified options to update dependent objects. Ereditato da MajorObject.
Metodo pubblico Update(UpdateOptions, UpdateMode) Updates server definition of current object to actual values using the specified options to update dependent objects. Ereditato da MajorObject.
Metodo pubblico 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. Ereditato da MajorObject.
Metodo pubblico 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. Ereditato da MajorObject.
Metodo pubblico 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. Ereditato da MajorObject.
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(ValidationResultCollection) Ereditato da MajorObject.
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(ValidationResultCollection, ValidationOptions) Ereditato da MajorObject.
Metodo pubblico Validate(ValidationErrorCollection, Boolean, ServerEdition) Esegue l'override di NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).
Metodo pubblico Validate(ValidationResultCollection, ValidationOptions, ServerEdition) Ereditato da MajorObject.

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

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.