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 命名空间