Share via


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.