ReportParameterCollection.Remove Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove(ReportParameter) |
Removes the specified ReportParameter from this collection. |
Remove(String) |
Removes the ReportParameter with the specified Name from this collection. |
Removes the specified ReportParameter from this collection.
C#
public void Remove (Microsoft.AnalysisServices.ReportParameter item);
member this.Remove : Microsoft.AnalysisServices.ReportParameter -> unit
Public Sub Remove (item As ReportParameter)
Parameters
- item
- ReportParameter
The ReportParameter to remove.
Applies to
Analysis Services SDK for .NET latest
Продукт | Версии |
---|---|
Analysis Services SDK for .NET | latest |
Removes the ReportParameter with the specified Name from this collection.
C#
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)
Parameters
- name
- String
The Name of the ReportParameter to remove.
Applies to
Analysis Services SDK for .NET latest
Продукт | Версии |
---|---|
Analysis Services SDK for .NET | latest |