Data provider types: Essbase, Planning, Financial Management, Hyperion Enterprise
HypDisconnectAll is a security measure that disconnects all connected users and invalidates the user authentication. Equivalent of the Disconnect All menu item.
HypDisconnectAll()
Returns 0 if successful; otherwise, returns the appropriate error code.
Declare Function HypDisconnectAll Lib "HsAddin" () As Long Sub Example_HypDisconnectAll() sts = HypDisconnectAll() End Sub