次の方法で共有


DataSet.GetQueryParameters メソッド

定義

すべてのクエリ パラメーターを返します。

public:
 System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::QueryParameter ^> ^ GetQueryParameters();
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.QueryParameter> GetQueryParameters ();
member this.GetQueryParameters : unit -> System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.QueryParameter>
Public Function GetQueryParameters () As IList(Of QueryParameter)

戻り値

IList<T> オブジェクト。

適用対象