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.