Remove 方法 (String)

Removes the AlgorithmParameter, with the specified name, from the collection.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Sub Remove ( _
    name As String _
)
用法
Dim instance As AlgorithmParameterCollection
Dim name As String

instance.Remove(name)
public void Remove(
    string name
)
public:
void Remove(
    String^ name
)
member Remove : 
        name:string -> unit 
public function Remove(
    name : String
)

参数

异常

异常 条件
ItemNotFoundException

name is not contained by the collection.