Метод 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
)
Параметры
- item
Тип: Microsoft.AnalysisServices.AggregationDesign
The AggregationDesign to be removed.
- cleanUp
Тип: System.Boolean
true to clean up the specified item in the collection; otherwise, false.