IStandardCubeDestination.FactBindings

Syntax

FactBindings(Dataset: IStandardCubeDataset): IStandardCubeFactBindings;

FactBindings[Dataset: Prognoz.Platform.Interop.Cubes.IStandardCubeDataset]: Prognoz.Platform.Interop.Cubes.IStandardCubeFactBindings;

Parameters

Dataset. Cube data source, by which fact binding should be obtained.

Description

The FactBindings property returns bindings of cube facts by the specified data source.

Example

The example of use is given in description of the IStandardCubeDestination.Datasets property.

See also:

IStandardCubeDestination