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


Метод PerspectiveCollection.Remove (String)

Removes the Perspective that has the specified identifier from the collection.

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

Синтаксис

'Декларация
Public Sub Remove ( _
    id As String _
)
'Применение
Dim instance As PerspectiveCollection 
Dim id As String

instance.Remove(id)
public void Remove(
    string id
)
public:
void Remove(
    String^ id
)
member Remove : 
        id:string -> unit
public function Remove(
    id : String
)

Параметры

Исключения

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

id does not exist in the collection.

См. также

Справочник

PerspectiveCollection Класс

Перегрузка Remove

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