This Dimension Statistical Structure gets information about a specific database dimension. Fields in this structure cannot be modified using the VB API. An array of these structures is generated when getting database statistics structure (EsbGetDbStats) to provide information about each dimension in the database. The fields are:
Type ESB_DIMSTATS_T DeclaredDimSize As Long ActualDimSize As Long DimType As Integer DimName As String * ESB_MBRNAMELEN End Type
VB Data Type | Field | Description |
---|---|---|
As String * ESB_MBRNAMELEN | DimName | The dimension member name |
As Integer | DimType | The dimension type (sparse or dense). This field can contain the following values:
|
As Long | DeclaredDimSize | The declared dimension size (the number of members declared in the specified dimension, including any label only or shared members in that dimension) |
As Long | ActualDim Size | The actual dimension size (the number of members in the specified dimension, excluding any label only or shared members in that dimension) |