public void FetchAllProperties()
 {
     if (!this.baseData.IsMetadata)
     {
         AdomdUtils.PopulateSymetry(this);
         this.propertyCollection = null;
     }
 }