다음을 통해 공유


Remove 메서드 (PerspectiveCalculation)

Removes the specified PerspectiveCalculation from the collection.

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

구문

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

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

예외

예외 조건
ItemNotFoundException

item does not exist the collection.