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


Метод RestoreFolderCollection.Remove

Removes the specified RestoreFolder from the collection.

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

Синтаксис

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

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

Параметры

Исключения

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

item does not exist in the collection.

См. также

Справочник

RestoreFolderCollection Класс

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