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