MeasureGroupDimension.AfterRemove(ModelComponentCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the MeasureGroupDimension object after the cleanup in the collection.
protected internal override void AfterRemove (Microsoft.AnalysisServices.ModelComponentCollection collection);
override this.AfterRemove : Microsoft.AnalysisServices.ModelComponentCollection -> unit
Protected Friend Overrides Sub AfterRemove (collection As ModelComponentCollection)
Parameters
- collection
- ModelComponentCollection
The collection.
Remarks
This API supports the product infrastructure and is not intended to be used directly from your code.