Metodo IDbCommandAnalysis.GetParameters
Returns an IDataParameterCollection object representing a list of parameters used in the query.
Spazio dei nomi Microsoft.ReportingServices.DataProcessing
Assembly: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintassi
'Dichiarazione
Function GetParameters As IDataParameterCollection
'Utilizzo
Dim instance As IDbCommandAnalysis
Dim returnValue As IDataParameterCollection
returnValue = instance.GetParameters()
IDataParameterCollection GetParameters()
IDataParameterCollection^ GetParameters()
abstract GetParameters : unit -> IDataParameterCollection
function GetParameters() : IDataParameterCollection
Valore restituito
Tipo: Microsoft.ReportingServices.DataProcessing.IDataParameterCollection
An IDataParameterCollection object representing a list of parameters used in the query.
Osservazioni
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.