Share via


Remove 메서드 (MeasureGroup)

Removes the specified MeasureGroup from the collection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Sub Remove ( _
    item As MeasureGroup _
)
‘사용 방법
Dim instance As MeasureGroupCollection
Dim item As MeasureGroup

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

매개 변수

예외

예외 조건
ItemNotFoundException

item does not exist in the collection.