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
)
參數
- collection
型別:Microsoft.AnalysisServices.ModelComponentCollection
The ModelComponentCollection where the object is removed.