PerspectiveMeasureGroupCollection.Remove Method (String)

Removes the PerspectiveMeasureGroup that has the specified identifier from the collection.

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

Syntax

VB
'Declaration
Public Sub Remove ( _
    measureGroupId As String _
)
'Usage
Dim instance As PerspectiveMeasureGroupCollection 
Dim measureGroupId As String

instance.Remove(measureGroupId)

Parameters

Exceptions

Exception Condition
ItemNotFoundException

measureGroupID does not exist in the collection.

See Also

Reference

PerspectiveMeasureGroupCollection Class

Remove Overload

Microsoft.AnalysisServices Namespace