AccountCollection.Remove 메서드 (Account)
Removes the specified Account from the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Sub Remove ( _
item As Account _
)
‘사용 방법
Dim instance As AccountCollection
Dim item As Account
instance.Remove(item)
public void Remove(
Account item
)
public:
void Remove(
Account^ item
)
member Remove :
item:Account -> unit
public function Remove(
item : Account
)
매개 변수
- item
유형: Microsoft.AnalysisServices.Account
The Account to be removed.
예외
예외 | 조건 |
---|---|
ItemNotFoundException | item is not contained by the collection. |