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