다음을 통해 공유


Remove 메서드 (PerspectiveMeasure)

Removes the specified PerspectiveMeasure from the collection.

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

구문

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

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

예외

예외 조건
ItemNotFoundException

item does not exist in the collection.