Метод IDbCommandAnalysis.GetParameters

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

Пространство имен:  Microsoft.ReportingServices.DataProcessing
Сборки:   Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Синтаксис

'Декларация
Function GetParameters As IDataParameterCollection
'Применение
Dim instance As IDbCommandAnalysis 
Dim returnValue As IDataParameterCollection 

returnValue = instance.GetParameters()
IDataParameterCollection GetParameters()
IDataParameterCollection^ GetParameters()
abstract GetParameters : unit -> IDataParameterCollection
function GetParameters() : IDataParameterCollection

Возвращаемое значение

Тип: Microsoft.ReportingServices.DataProcessing.IDataParameterCollection
An IDataParameterCollection object representing a list of parameters used in the query.

Замечания

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.

См. также

Справочник

IDbCommandAnalysis Интерфейс

Пространство имен Microsoft.ReportingServices.DataProcessing