internal Enumerator(CubeCollection cubes)
 {
     this.enumer = new CubesEnumerator(cubes.CollectionInternal);
 }
 public CubeCollection(AsAdomdClient.CubeCollection obj)
 {
     _obj = obj;
 }