MeasureGroup Members

Defines a set of measures known at the same level of granularity. All the measures of a MeasureGroup must be sourced from a single table.

The following tables list the members exposed by the MeasureGroup type.

Public Constructors

  Name Description
MeasureGroup Overloaded. Initializes a new instance of MeasureGroup.

Top

Public Properties

(see also Protected Properties )

  Name Description
ms166234.pubproperty(en-US,SQL.90).gif AggregationDesigns Gets the AggregationDesigns collection for a MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif AggregationPrefix Gets or sets a prefix used on tables used for aggregation (which are actually indexed views). This serves as default for Partitions in the MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif Annotations  Gets the collection object of all annotations to current object. (inherited from MajorObject)
ms166234.pubproperty(en-US,SQL.90).gif Container  (inherited from Component )
ms166234.pubproperty(en-US,SQL.90).gif CreatedTimestamp  Gets or sets the date and time of the creation of the object. (inherited from MajorObject)
ms166234.pubproperty(en-US,SQL.90).gif DataAggregation Gets or sets the enumerated value of DataAggregation which indicates whether the server can aggregate data (in MOLAP files/ROLAP tables) or cache (in memory).
ms166234.pubproperty(en-US,SQL.90).gif Description  Gets or sets a description string of current object. (inherited from MajorObject)
ms166234.pubproperty(en-US,SQL.90).gif Dimensions Gets the MeasureGroupDimensionCollection of the MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif ErrorConfiguration Gets or sets the ErrorConfiguation associated with a MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif EstimatedRows Gets or sets the estimated number of rows in the MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif EstimatedSize Gets or sets the estimated size of a MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif ID  (inherited from NamedComponent )
ms166234.pubproperty(en-US,SQL.90).gif IgnoreUnrelatedDimensions Gets or sets IgnoreUnrelatedDimensions associated with a MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif IsLinked Gets the IsLinked status for a MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif IsLoaded  (inherited from MajorObject )
ms166234.pubproperty(en-US,SQL.90).gif LastProcessed  (inherited from ProcessableMajorObject )
ms166234.pubproperty(en-US,SQL.90).gif LastSchemaUpdate  Gets or sets the date and time when current object schema was last updated. (inherited from MajorObject)
ms166234.pubproperty(en-US,SQL.90).gif Measures Gets the collection of measures associated with a MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif Name  (inherited from NamedComponent )
ms166234.pubproperty(en-US,SQL.90).gif OwningCollection  Gets or sets the collection that contains the ModelComponent. (inherited from ModelComponent)
ms166234.pubproperty(en-US,SQL.90).gif Parent Gets the Cube object that is the parent of the MeasureGroup object.
ms166234.pubproperty(en-US,SQL.90).gif ParentDatabase Gets the Database object which is the parent of the MeasureGroup 's Cube object.
ms166234.pubproperty(en-US,SQL.90).gif ParentServer Gets the Server object which is the parent of the MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif Partitions Gets a collection of Partitions associated with a MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif ProactiveCaching Gets or sets the ProactiveCaching information associated with a MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif ProcessingMode An enumeration containing the processingmode associated with the cube to which the MeasureGroup is a child.
ms166234.pubproperty(en-US,SQL.90).gif ProcessingPriority  
ms166234.pubproperty(en-US,SQL.90).gif Site  (inherited from NamedComponent )
ms166234.pubproperty(en-US,SQL.90).gif SiteID  (inherited from NamedComponent )
ms166234.pubproperty(en-US,SQL.90).gif Source Defines the binding to the source object from which to get data and populate the target object.
ms166234.pubproperty(en-US,SQL.90).gif State  (inherited from ProcessableMajorObject )
ms166234.pubproperty(en-US,SQL.90).gif StorageLocation Gets or sets the storagelocation asscociated with a MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif StorageMode Determines the default storage mode for the MeasureGroup. Can be overridden on a per partition basis.
ms166234.pubproperty(en-US,SQL.90).gif Translations Contains the translation of the name of the MeasureGroup.
ms166234.pubproperty(en-US,SQL.90).gif Type Provides both the Analysis Services Instance and client applications with information about the contents of the measure group.

Top

Protected Properties

  Name Description
ms166234.protproperty(en-US,SQL.90).gif CanRaiseEvents  (inherited from Component )
ms166234.protproperty(en-US,SQL.90).gif DesignMode  (inherited from Component )
ms166234.protproperty(en-US,SQL.90).gif Events  (inherited from Component )
ms166234.protproperty(en-US,SQL.90).gif FriendlyName  (inherited from NamedComponent )
ms166234.protproperty(en-US,SQL.90).gif KeyForCollection  (inherited from NamedComponent )

Top

Public Methods

(see also Protected Methods )

  Name Description
ms166234.pubmethod(en-US,SQL.90).gif CanProcess Overridden.  
ms166234.pubmethod(en-US,SQL.90).gif Clone Overloaded.  
ms166234.pubmethod(en-US,SQL.90).gif CopyTo Overloaded.  
ms166234.pubmethod(en-US,SQL.90).gif CreateObjRef  (inherited from MarshalByRefObject )
ms166234.pubmethod(en-US,SQL.90).gif Dispose  Overloaded. (inherited from Component )
ms166234.pubmethod(en-US,SQL.90).gif Drop  Overloaded. Removes current object and updates server. (inherited from MajorObject)
ms166234.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms166234.pubmethod(en-US,SQL.90).gif GetDependents  (inherited from MajorObject )
ms166234.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms166234.pubmethod(en-US,SQL.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
ms166234.pubmethod(en-US,SQL.90).gif GetReferences Overridden.  
ms166234.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms166234.pubmethod(en-US,SQL.90).gif GetUpdateOverwrites  (inherited from MajorObject )
ms166234.pubmethod(en-US,SQL.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
ms166234.pubmethod(en-US,SQL.90).gif Process  Overloaded. (inherited from ProcessableMajorObject )
ms166234.pubmethod(en-US,SQL.90).gifms166234.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms166234.pubmethod(en-US,SQL.90).gif Refresh  Overloaded. Updates current object from server definitions. (inherited from MajorObject)
ms166234.pubmethod(en-US,SQL.90).gif Submit  Overloaded. (inherited from ModelComponent )
ms166234.pubmethod(en-US,SQL.90).gif ToString  (inherited from NamedComponent )
ms166234.pubmethod(en-US,SQL.90).gif Update  Overloaded. Updates server definition of current object to the actual values using default values for update. (inherited from MajorObject)
ms166234.pubmethod(en-US,SQL.90).gif Validate Overloaded.  

Top

Protected Methods

  Name Description
ms166234.protmethod(en-US,SQL.90).gif AddToContainer  (inherited from ModelComponent )
ms166234.protmethod(en-US,SQL.90).gif AfterInsert  (inherited from ModelComponent )
ms166234.protmethod(en-US,SQL.90).gif AfterMove  (inherited from ModelComponent )
ms166234.protmethod(en-US,SQL.90).gif AfterRemove  (inherited from ModelComponent )
ms166234.protmethod(en-US,SQL.90).gif BeforeRemove  (inherited from ModelComponent )
ms166234.protmethod(en-US,SQL.90).gif Clone  Overloaded. (inherited from MajorObject )
ms166234.protmethod(en-US,SQL.90).gif CopyTo  Overloaded. (inherited from ProcessableMajorObject )
ms166234.protmethod(en-US,SQL.90).gif Dispose  Overloaded. (inherited from Component )
ms166234.protmethod(en-US,SQL.90).gif Finalize  (inherited from Component )
ms166234.protmethod(en-US,SQL.90).gif GetCreateReferences  (inherited from MajorObject )
ms166234.protmethod(en-US,SQL.90).gif GetDropDependents  (inherited from MajorObject )
ms166234.protmethod(en-US,SQL.90).gif GetService  (inherited from Component )
ms166234.protmethod(en-US,SQL.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )
ms166234.protmethod(en-US,SQL.90).gif RemoveFromContainer  (inherited from ModelComponent )
ms166234.protmethod(en-US,SQL.90).gif Reset  (inherited from NamedComponent )

Top

Public Events

  Name Description
ms166234.pubevent(en-US,SQL.90).gif Disposed  (inherited from Component )

Top

Explicit Interface Implementations

  Name Description
Microsoft.AnalysisServices.IDeserializationStartCallback.OnDeserializationBegin  (inherited from MajorObject )
Microsoft.AnalysisServices.IMajorObject.CreateBody  
Microsoft.AnalysisServices.IMajorObject.DependsOn  
Microsoft.AnalysisServices.IMajorObject.WriteRef  
System.ICloneable.Clone  
System.IFormattable.ToString  (inherited from NamedComponent )
System.Runtime.Serialization.IDeserializationCallback.OnDeserialization  (inherited from MajorObject )
Microsoft.AnalysisServices.Hosting.IHostableComponent.Host  (inherited from ModelComponent )
Microsoft.AnalysisServices.IMajorObject.BaseType  
Microsoft.AnalysisServices.IMajorObject.ObjectReference  
Microsoft.AnalysisServices.IMajorObject.ParentDatabase  
Microsoft.AnalysisServices.IMajorObject.ParentServer  
Microsoft.AnalysisServices.IMajorObject.Path  
Microsoft.AnalysisServices.IModelComponent.FriendlyPath  (inherited from ModelComponent )
Microsoft.AnalysisServices.IModelComponent.OwningCollection  (inherited from ModelComponent )
Microsoft.AnalysisServices.IProcessable.LastProcessed  (inherited from ProcessableMajorObject )
Microsoft.AnalysisServices.IProcessable.State  (inherited from ProcessableMajorObject )

Top

See Also

Reference

MeasureGroup Class
Microsoft.AnalysisServices Namespace