ICubeCallbackSaveArgument.SecurityConnections

Syntax

SecurityConnections: Array;

Description

The SecurityConnections property returns the array of database server connections, to which data was saved.

Comments

If a cube is built on several data sources, which data is located in different DBMS, the SecurityConnections property returns the array of DBMS connections on saving. Each array element is described by the ISecurityConnection interface.

Example

The example of use is given in description of ICubeInstanceStorage.SaveMatrixCallback.

See also:

ICubeCallbackSaveArgument