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


Метод CubeCollection.Remove (Cube)

Removes the specified Cube from the collection.

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

Синтаксис

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

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

Параметры

Исключения

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

item is not contained by the collection.

См. также

Справочник

CubeCollection Класс

Перегрузка Remove

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