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