MeasureCollection.Remove Method (Measure)

Removes the specified Measure from the collection.

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

Syntax

VB
'Declaration
Public Sub Remove ( _
    item As Measure _
)
'Usage
Dim instance As MeasureCollection 
Dim item As Measure

instance.Remove(item)

Parameters

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.

See Also

Reference

MeasureCollection Class

Remove Overload

Microsoft.AnalysisServices Namespace