In This Section:
HsvMDDataBuffer Object Methods
HsvMDDataBufferLite Object Methods
IHsvMDDataBufferLite Interface
This chapter describes the members of the HsvMDArrays type library. This type library provides objects that supplement the HsvData object by enabling you to manage data in arrays of cells, as well as an object that enables you to obtain the transaction data generated by statutory consolidations. This library also provides helper methods for intercompany transactions.
To use the HsvMDArrays type library, you must reference HsvMDArrays.dll in your project. The HsvMDArrays type library contains the following supported objects and interfaces:
HsvMDDataBuffer object. Used to set, get, and enumerate cells, caching the cells’ subcubes to RAM.
HsvMDDataBufferLite object. Used to set, get, and enumerate cells, caching a minimum number of subcubes to RAM and the other subcubes to disk.
IHsvMDDataBufferLite interface. Used to change the number of subcubes that are cached to RAM for the HsvMDDataBufferLite object.
HsvTransactionData object. Returns the transaction data generated by statutory consolidations.
HsvMDIndexList object. Contains an array of indexes that represent points-of-view in an HsvMDDataBuffer or HsvMDDataBufferLite object.
HsvICTransactionsData. Provides helper methods for working with intercompany transactions.