ModelComponent.AfterRemove 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Displays a ModelComponentCollection after a ModelComponent object is removed.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Protected Friend Overridable Sub AfterRemove ( _
    collection As ModelComponentCollection _
)
用法
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
)

参数

请参阅

参考

ModelComponent 类

Microsoft.AnalysisServices 命名空间