Metodo ModelComponent.AfterRemove
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Displays a ModelComponentCollection after a ModelComponent object is removed.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Protected Friend Overridable Sub AfterRemove ( _
collection As ModelComponentCollection _
)
'Utilizzo
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
)
Parametri
- collection
Tipo: Microsoft.AnalysisServices.ModelComponentCollection
The ModelComponentCollection where the object is removed.