Remove 方法 (AlgorithmParameter)
Removes the specified AlgorithmParameter from the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
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. |