Programmatically get list of The Four Databases?

C

Clark Wilson

How would I in managed code get the list of the four databases (archive,
draft, published, reporting) that together are one server instance or site or
whatever the proper name is?

The context is I am in an event handler called during cube build processing.
I am thinking I don't want to guess based on the naming convention
(..._Published, etc.) but I would like to access a collection that for sure
has the four databases in it.

I have flailed around in the docs but have not attained enlightenment.
 
Top