PerspectiveDimensionCollection.Remove Method (PerspectiveDimension)
Removes the specified PerspectiveDimension from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
item As PerspectiveDimension _
)
'Usage
Dim instance As PerspectiveDimensionCollection
Dim item As PerspectiveDimension
instance.Remove(item)
public void Remove(
PerspectiveDimension item
)
public:
void Remove(
PerspectiveDimension^ item
)
member Remove :
item:PerspectiveDimension -> unit
public function Remove(
item : PerspectiveDimension
)
Parameters
- item
Type: Microsoft.AnalysisServices.PerspectiveDimension
The PerspectiveDimension to remove.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item does not exist in the collection. |