Méthode ModelComponent.AfterRemove
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Displays a ModelComponentCollection after a ModelComponent object is removed.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Sub AfterRemove ( _
collection As ModelComponentCollection _
)
'Utilisation
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
)
Paramètres
- collection
Type : Microsoft.AnalysisServices.ModelComponentCollection
The ModelComponentCollection where the object is removed.