AfterRemove メソッド
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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
)