IDbCommandAnalysis.GetParameters Method

Definition

Returns an IDataParameterCollection object representing a list of parameters used in the query.

public:
 Microsoft::ReportingServices::DataProcessing::IDataParameterCollection ^ GetParameters();
public Microsoft.ReportingServices.DataProcessing.IDataParameterCollection GetParameters ();
abstract member GetParameters : unit -> Microsoft.ReportingServices.DataProcessing.IDataParameterCollection
Public Function GetParameters () As IDataParameterCollection

Returns

An IDataParameterCollection object representing a list of parameters used in the query.

Remarks

This method is used by the Report Designer component to read the command text of the query in order to retrieve a list of parameters. You can use the GetParameters method to parse your own, custom command text in order to retrieve a list of parameters as part of your data processing extension implementation.

This method returns a IDataParameterCollection from the Data Processing extension for use in the Report Designer at design-time.

Applies to