ESB_DIMSTATS_T

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 TypeFieldDescription
As String * ESB_MBRNAMELENDimNameThe dimension member name
As IntegerDimTypeThe dimension type (sparse or dense). This field can contain the following values:
  • ESB_DIMTYPE_SPARSE

  • ESB_DIMTYPE_DENSE

As LongDeclaredDimSizeThe declared dimension size (the number of members declared in the specified dimension, including any label only or shared members in that dimension)
As LongActualDim SizeThe actual dimension size (the number of members in the specified dimension, excluding any label only or shared members in that dimension)