Remove 方法 (String)
Removes the ReportParameter with the specified name from the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Sub Remove ( _
name As String _
)
用法
Dim instance As ReportParameterCollection
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
)
参数
- name
类型:System. . :: . .String
The name of the ReportParameter to remove.
异常
异常 | 条件 |
---|---|
ItemNotFoundException | name does not exist in the collection. |