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


Метод CubeAttributeCollection.Remove (CubeAttribute)

Removes the specified CubeAttribute from the collection.

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

Синтаксис

'Декларация
Public Sub Remove ( _
    item As CubeAttribute _
)
'Применение
Dim instance As CubeAttributeCollection 
Dim item As CubeAttribute

instance.Remove(item)
public void Remove(
    CubeAttribute item
)
public:
void Remove(
    CubeAttribute^ item
)
member Remove : 
        item:CubeAttribute -> unit
public function Remove(
    item : CubeAttribute
)

Параметры

Исключения

Исключение Условие
ItemNotFoundException

item is not contained by the collection.

См. также

Справочник

CubeAttributeCollection Класс

Перегрузка Remove

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