This structure is used in EsbGetDimensionInfo(). The fields are:
Type ESB_DIMENSIONINFO_T DimName As String * ESB_MBRNAMELEN DimNumber As Long DimType As Integer DimTag As Integer DeclaredDimSize As Long ActualDimSize As Long Description As String * ESB_DESCLEN DimDataType As Integer End Type
Data Type | Field | Description |
---|---|---|
As String * ESB_MBRNAMELEN | DimName | Dimension name |
As Long | DimNumber | Dimension number of the member |
As Integer | DimType | Dimension type. Values:
|
As Integer | DimTag | Dimension tag type. Values:
|
As Long | DeclaredDimSize | Declare dimension size |
As Long | ActualDim Size | Actual dimension size |
As String * ESB_DESCLEN | Description | Reserved: Not currently supported |
As Integer | DimDataType | Attribute dimension data type. Values:
|