Метод 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
)
Параметры
- item
Тип: Microsoft.AnalysisServices.Cube
The Cube to be removed.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | item is not contained by the collection. |