예제 #1
0
 internal Level(AdomdConnection connection, DataRow levelRow, Hierarchy hierarchy, string catalog, string sessionId)
 {
     this.baseData        = new BaseObjectData(connection, true, null, levelRow, hierarchy, null, catalog, sessionId);
     this.parentHierarchy = hierarchy;
     this.levelProperties = new LevelPropertyCollection(connection, this);
 }
예제 #2
0
 internal Enumerator(LevelPropertyCollection props)
 {
     this.enumer = new LevelPropsEnumerator(props.levelPropertyCollectionInternal);
 }