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