Freigeben über


AfterRemove-Methode

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Dieses Element überschreibt ModelComponent. . :: . .AfterRemove(ModelComponentCollection).

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

Syntax

'Declaration
Protected Friend Overrides Sub AfterRemove ( _
    collection As ModelComponentCollection _
)
'Usage
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
)