Поделиться через


Метод RestoreLocationCollection.Remove

Removes the specified RestoreLocation from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Sub Remove ( _
    item As RestoreLocation _
)
'Применение
Dim instance As RestoreLocationCollection 
Dim item As RestoreLocation

instance.Remove(item)
public void Remove(
    RestoreLocation item
)
public:
void Remove(
    RestoreLocation^ item
)
member Remove : 
        item:RestoreLocation -> unit
public function Remove(
    item : RestoreLocation
)

Параметры

Исключения

Исключение Условие
ItemNotFoundException

item diess not exist in the collection.

См. также

Справочник

RestoreLocationCollection Класс

Пространство имен Microsoft.AnalysisServices