PerspectiveCollection.Remove Method (Perspective)

Removes the specified Perspective from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public Sub Remove ( _
    item As Perspective _
)
'Usage
Dim instance As PerspectiveCollection 
Dim item As Perspective

instance.Remove(item)

Parameters

Exceptions

Exception Condition
ItemNotFoundException

item does not exist in the collection.

See Also

Reference

PerspectiveCollection Class

Remove Overload

Microsoft.AnalysisServices Namespace