다음을 통해 공유


Remove 메서드

Removes the specified RestoreFolder from the collection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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.