Remove 方法 (AggregationInstance)

Removes the specified AggregationInstance from the collection.

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

语法

声明
Public Sub Remove ( _
    item As AggregationInstance _
)
用法
Dim instance As AggregationInstanceCollection
Dim item As AggregationInstance

instance.Remove(item)
public void Remove(
    AggregationInstance item
)
public:
void Remove(
    AggregationInstance^ item
)
member Remove : 
        item:AggregationInstance -> unit 
public function Remove(
    item : AggregationInstance
)

异常

异常 条件
ItemNotFoundException

item is not contained by the collection.