QueryManager.GetUpdatedParameters(IList<QueryParameter>) 方法

定義

public:
 System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::QueryParameter ^> ^ GetUpdatedParameters(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::QueryParameter ^> ^ existingParameters);
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.QueryParameter> GetUpdatedParameters (System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.QueryParameter> existingParameters);
Public Function GetUpdatedParameters (existingParameters As IList(Of QueryParameter)) As IList(Of QueryParameter)

參數

existingParameters
IList<QueryParameter>

傳回

IList<QueryParameter>

適用於