Метод AggregationDimensionCollection.Remove (AggregationDimension, Boolean)
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Removes the specified AggregationDimension from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
item As AggregationDimension, _
cleanUp As Boolean _
)
'Применение
Dim instance As AggregationDimensionCollection
Dim item As AggregationDimension
Dim cleanUp As Boolean
instance.Remove(item, cleanUp)
public void Remove(
AggregationDimension item,
bool cleanUp
)
public:
void Remove(
AggregationDimension^ item,
bool cleanUp
)
member Remove :
item:AggregationDimension *
cleanUp:bool -> unit
public function Remove(
item : AggregationDimension,
cleanUp : boolean
)
Параметры
- item
Тип: Microsoft.AnalysisServices.AggregationDimension
The AggregationDimension to be removed.
- cleanUp
Тип: System.Boolean
true to remove the specified AggregationDimension in the collection; otherwise, false.