Метод 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
)
Параметры
- item
Тип: Microsoft.AnalysisServices. . :: . .PerspectiveDimension
The PerspectiveDimension to remove.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | item does not exist in the collection. |