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