BindingWithRole(FactKey: Variant; BindingRole: CubeFactBindingRole): IStandardCubeFactBinding;
BindingWithRole[FactKey: Object; BindingRole: Prognoz.Platform.Interop.Cubes.CubeFactBindingRole]: Prognoz.Platform.Interop.Cubes.IStandardCubeFactBinding;
FactKey. Key of facts dimension element which binding is to be received.
BindingRole. Binding role in cube.
The BindingWithRole property for the specified cube fact returns binding with a specific role.
The example of use is given in description of the IStandardCubeDestination.CreateAndSetAttachmentsStorage method.
See also: