Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Displays a ModelComponentCollection after a ModelComponent object is removed.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Friend Overridable Sub AfterRemove ( _
collection As ModelComponentCollection _
)
'Usage
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
)
Parameters
- collection
Type: Microsoft.AnalysisServices.ModelComponentCollection
The ModelComponentCollection where the object is removed.