AfterRemove 方法

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

此成員會覆寫 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
)