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


Метод Remove (PerspectiveDimension)

Removes the specified PerspectiveDimension from the collection.

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

Синтаксис

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

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

Исключения

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

item does not exist in the collection.