此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Removes the MeasureGroupDimension object after the cleanup in the collection.
命名空间: 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
)
参数
- collection
类型:Microsoft.AnalysisServices.ModelComponentCollection
The collection.