IMsDimIteratorStubs.FindByKey

Fore Syntax

FindByKey(Key: Integer): IVariableStub;

Fore.NET Syntax

FindByKey(Key: uinteger): Prognoz.Platform.Interop.Cubes.IVariableStub;

Parameters

Key. Data source key.

Description

The FindByKey method searches for a data source with the specified key.

Comments

If a linked dimension is not found, the method returns Null.

See also:

IMsDimIteratorStubs