MeasureGroupDimension.AfterRemove Method (ModelComponentCollection)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the MeasureGroupDimension object after the cleanup in the collection.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

protected internal override void AfterRemove(
    ModelComponentCollection collection
)
public protected:
virtual void AfterRemove(
    ModelComponentCollection^ collection
) override
override AfterRemove : 
        collection:ModelComponentCollection -> unit
Protected Friend Overrides Sub AfterRemove (
    collection As ModelComponentCollection
)

Parameters

See Also

MeasureGroupDimension Class
Microsoft.AnalysisServices Namespace

Return to top