AggregationInstanceMeasureCollection.Remove Method (AggregationInstanceMeasure)
Removes the specified AggregationInstanceMeasure from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
item As AggregationInstanceMeasure _
)
'Usage
Dim instance As AggregationInstanceMeasureCollection
Dim item As AggregationInstanceMeasure
instance.Remove(item)
public void Remove(
AggregationInstanceMeasure item
)
public:
void Remove(
AggregationInstanceMeasure^ item
)
member Remove :
item:AggregationInstanceMeasure -> unit
public function Remove(
item : AggregationInstanceMeasure
)
Parameters
- item
Type: Microsoft.AnalysisServices.AggregationInstanceMeasure
Specifies the AggregationInstanceMeasure to be removed from the collection.