DataSet.QueryParameters Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém os parâmetros de consulta usados.
public:
property System::Collections::Generic::List<Microsoft::ReportingServices::Diagnostics::Internal::QueryParameter ^> ^ QueryParameters { System::Collections::Generic::List<Microsoft::ReportingServices::Diagnostics::Internal::QueryParameter ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::ReportingServices::Diagnostics::Internal::QueryParameter ^> ^ value); };
public System.Collections.Generic.List<Microsoft.ReportingServices.Diagnostics.Internal.QueryParameter> QueryParameters { get; set; }
member this.QueryParameters : System.Collections.Generic.List<Microsoft.ReportingServices.Diagnostics.Internal.QueryParameter> with get, set
Public Property QueryParameters As List(Of QueryParameter)
Valor da propriedade
Os parâmetros de consulta usados.