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