CalculationGroup Class

Definition

Represents a collection of Calculation Items.

public sealed class CalculationGroup : Microsoft.AnalysisServices.Tabular.MetadataObject
type CalculationGroup = class
    inherit MetadataObject
Public NotInheritable Class CalculationGroup
Inherits MetadataObject
Inheritance
CalculationGroup

Remarks

This metadata object is only supported when the compatibility level of the database is at 1470 or above.

Constructors

CalculationGroup()

Create a new instance of the CalculationGroup class with default settings.

Properties

Annotations

Gets the collection object of all annotations in the current CalculationGroup.

CalculationItems

Gets the collection object of all calculationitems in the current CalculationGroup.

Description

The description of the CalculationGroup, visible to developers at design time and to administrators in management tools, such as SQL Server Management Studio.

IsRemoved

A Boolean specifying whether this object was removed from an object tree.

(Inherited from MetadataObject)
Model

Gets the Tabular model that contains this object.

(Inherited from MetadataObject)
ModifiedTime

The time that the object was last modified.

MultipleOrEmptySelectionExpression

Gets or sets the reference to the multi-selection expression on the calculation group .

NoSelectionExpression

Gets or sets the reference to the no-selection expression on the calculation group .

ObjectType

Gets the type of the object.

Parent

Parent object, null for Model objects.

Precedence

Defines an evaluation order of CalculationGroup objects.

Table

A reference to a Table object that owns this CalculationGroup.

Methods

Clone()

Creates a new, full copy of a CalculationGroup object.

CopyFrom(CalculationGroup)
Obsolete.

Deprecated. Use CopyTo method instead.

CopyTo(CalculationGroup)

Copies a CalculationGroup object to the specified object.

Validate()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

(Inherited from MetadataObject)

Applies to