Compartilhar via


Método MeasureGroupDimension.AfterRemove

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Removes the MeasureGroupDimension object after the cleanup in the collection.

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

Sintaxe

'Declaração
Protected Friend Overrides Sub AfterRemove ( _
    collection As ModelComponentCollection _
)
'Uso
Dim collection As ModelComponentCollection 

Me.AfterRemove(collection)
protected internal override void AfterRemove(
    ModelComponentCollection collection
)
protected public:
virtual void AfterRemove(
    ModelComponentCollection^ collection
) override
abstract AfterRemove : 
        collection:ModelComponentCollection -> unit  
override AfterRemove : 
        collection:ModelComponentCollection -> unit
override function AfterRemove(
    collection : ModelComponentCollection
)

Parâmetros

Consulte também

Referência

MeasureGroupDimension Classe

Namespace Microsoft.AnalysisServices