mooObjType
mooObjType("[object name]")
Enables the developer to identify the data type of an Oracle OLAP object
Syntax
mooObjType("[object name]")
Return Value
STRING
Example
Public Sub mooObjType()
If Not oregistered Then: boo = regQ:
If Not o.connected Then
boo = o.connect
boo = o.connected
Else
boo = True
End If
If boo = True Then
Debug.Print o.mooObjType("ALLCOMPILE")
Debug.Print o.mooObjType("INTL.MLANGMAP")
End If