Метод CubeCollection.Remove (Cube, Boolean)
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Removes the specified Cubefrom this collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
item As Cube, _
cleanUp As Boolean _
)
'Применение
Dim instance As CubeCollection
Dim item As Cube
Dim cleanUp As Boolean
instance.Remove(item, cleanUp)
public void Remove(
Cube item,
bool cleanUp
)
public:
void Remove(
Cube^ item,
bool cleanUp
)
member Remove :
item:Cube *
cleanUp:bool -> unit
public function Remove(
item : Cube,
cleanUp : boolean
)
Параметры
- item
Тип: Microsoft.AnalysisServices.Cube
The Cube to remove.
- cleanUp
Тип: System.Boolean
True if it will delete referencing objects; otherwise, false.