次の方法で共有


IDbCommand.Parameters プロパティ

定義

IDataParameterCollection を取得します。

public:
 property Microsoft::ReportingServices::DataProcessing::IDataParameterCollection ^ Parameters { Microsoft::ReportingServices::DataProcessing::IDataParameterCollection ^ get(); };
public Microsoft.ReportingServices.DataProcessing.IDataParameterCollection Parameters { get; }
member this.Parameters : Microsoft.ReportingServices.DataProcessing.IDataParameterCollection
Public ReadOnly Property Parameters As IDataParameterCollection

プロパティ値

クエリまたはストアド プロシージャのパラメーターです。

適用対象