다음을 통해 공유


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.