AfterRemove 方法

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

此成员重写 ModelComponent. . :: . .AfterRemove(ModelComponentCollection)

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

语法

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