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