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