Udostępnij za pośrednictwem


Metoda ModelComponent.AfterRemove

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

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

Składnia

'Deklaracja
Protected Friend Overridable Sub AfterRemove ( _
    collection As ModelComponentCollection _
)
'Użycie
Dim collection As ModelComponentCollection

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