EsbSetSpanRelationalSource() sets the Boolean bSpanRelPart field informing Essbase that pertinent data exists in an attached relational store. Some other API functions, such as EsbQueryDatabaseMembers, read bSpanRelPart and access the relational store if bSpanRelPart is set.
Declare Function EsbSetSpanRelationalSource Lib "esbapin" ( ByVal hCtx As Long) As Long
hCtx | Essbase API context handle. |
Several API functions have been enhanced to retrieve information from relational stores.
Declare Function EsbSetRelationalSource Lib "ESBAPIW" (ByVal hCtx As Long) As Long Sub ESB_SetRelationalSource () Dim sts As Long '************************* ' Set the bSpanRelPart field '************************* sts = EsbSetRelationalSource (hCtx) End SubEsbClearSpanRelationalPartition