IAdoMdDimCalculations.Add

Fore syntax

Add(Id: String): IAdoMdDimCalculation;

Fore.NET syntax

Add(Id: String): IPrognoz.Platform.Interop.AdoMd.IAdoMdDimCalculation;

Parameters

Id. Identifier of calculated element.

Description

The Add method creates a new calculated element and returns its parameters.

Example

The example of use is given in description of the IAdoMdExecuteDimSetup.Calculations property.

See also:

IAdoMdDimCalculations