Метод PerspectiveAttributeCollection.Remove (PerspectiveAttribute)
Removes the specified PerspectiveAttribute from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
item As PerspectiveAttribute _
)
'Применение
Dim instance As PerspectiveAttributeCollection
Dim item As PerspectiveAttribute
instance.Remove(item)
public void Remove(
PerspectiveAttribute item
)
public:
void Remove(
PerspectiveAttribute^ item
)
member Remove :
item:PerspectiveAttribute -> unit
public function Remove(
item : PerspectiveAttribute
)
Параметры
- item
Тип: Microsoft.AnalysisServices.PerspectiveAttribute
The PerspectiveAttribute to remove.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | item does not existin the collection. |