IDbCommandAnalysis.GetParameters Method
Definition
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.
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.