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


Метод AggregationDesignCollection.Remove (AggregationDesign, Boolean)

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Removes the specified AggregationDesign from the collection.

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

Синтаксис

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

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

Параметры

  • cleanUp
    Тип: System.Boolean
    true to clean up the specified item in the collection; otherwise, false.

См. также

Справочник

AggregationDesignCollection Класс

Перегрузка Remove

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