다음을 통해 공유


Remove 메서드 (PerspectiveAttribute)

Removes the specified PerspectiveAttribute from the collection.

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

구문

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

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

예외

예외 조건
ItemNotFoundException

item does not existin the collection.