IDbCommand.Parameters 属性

命名空间:  Microsoft.ReportingServices.DataProcessing
程序集:   Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.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.