Retrieves an ADO MD schema object (Dimension, Hierarchy, Level, or Member) by its UniqueName.
Set object = CubeDef.GetSchemaObject (ObjType, UniqueName)
GetSchemaObject retireves objects using their unique names, as specified by the UniqueName property. The names of parent objects do not need to be known, and parent collections do not need to be populated to retrieve a schema object.
Applies To: CubeDef Object