Udostępnij za pośrednictwem


Metoda MeasureGroupDimension.AfterRemove

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Ten element członkowski zastępuje element ModelComponent.AfterRemove(ModelComponentCollection).

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Protected Friend Overrides Sub AfterRemove ( _
    collection As ModelComponentCollection _
)
'Użycie
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
)