Прочетете на английски

Споделяне чрез


ReportParameterCollection.Remove Method

Definition

Overloads

Remove(ReportParameter)

Removes the specified ReportParameter from this collection.

Remove(String)

Removes the ReportParameter with the specified Name from this collection.

Remove(ReportParameter)

Removes the specified ReportParameter from this collection.

C#
public void Remove (Microsoft.AnalysisServices.ReportParameter item);

Parameters

item
ReportParameter

The ReportParameter to remove.

Applies to

Analysis Services SDK for .NET latest
Продукт Версии
Analysis Services SDK for .NET latest

Remove(String)

Removes the ReportParameter with the specified Name from this collection.

C#
public void Remove (string name);

Parameters

name
String

The Name of the ReportParameter to remove.

Applies to

Analysis Services SDK for .NET latest
Продукт Версии
Analysis Services SDK for .NET latest