Метод AggregationInstanceMeasureCollection.Remove (AggregationInstanceMeasure)
Removes the specified AggregationInstanceMeasure from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
item As AggregationInstanceMeasure _
)
'Применение
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
)
Параметры
- item
Тип: Microsoft.AnalysisServices.AggregationInstanceMeasure
Specifies the AggregationInstanceMeasure to be removed from the collection.