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