다음을 통해 공유


IDbCommand.Parameters 속성

Gets the IDataParameterCollection.

네임스페이스:  Microsoft.ReportingServices.DataProcessing
어셈블리:   Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
ReadOnly Property Parameters As IDataParameterCollection 
    Get
‘사용 방법
Dim instance As IDbCommand 
Dim value As IDataParameterCollection 

value = instance.Parameters
IDataParameterCollection Parameters { get; }
property IDataParameterCollection^ Parameters {
    IDataParameterCollection^ get ();
}
abstract Parameters : IDataParameterCollection
function get Parameters () : IDataParameterCollection

속성 값

유형: Microsoft.ReportingServices.DataProcessing.IDataParameterCollection
The parameters of the query or stored procedure.

참고 항목

참조

IDbCommand 인터페이스

Microsoft.ReportingServices.DataProcessing 네임스페이스