Поделиться через


Метод AggregationAttributeCollection.Remove (AggregationAttribute, Boolean)

Removes the specified AggregationAttribute from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Sub Remove ( _
    item As AggregationAttribute, _
    cleanUp As Boolean _
)
'Применение
Dim instance As AggregationAttributeCollection 
Dim item As AggregationAttribute 
Dim cleanUp As Boolean

instance.Remove(item, cleanUp)
public void Remove(
    AggregationAttribute item,
    bool cleanUp
)
public:
void Remove(
    AggregationAttribute^ item, 
    bool cleanUp
)
member Remove : 
        item:AggregationAttribute * 
        cleanUp:bool -> unit
public function Remove(
    item : AggregationAttribute, 
    cleanUp : boolean
)

Параметры

  • cleanUp
    Тип: System.Boolean
    true to delete the referencing objects; otherwise, false.

См. также

Справочник

AggregationAttributeCollection Класс

Перегрузка Remove

Пространство имен Microsoft.AnalysisServices