DataSet.QueryParameters Proprietà

Definizione

Ottiene i parametri di query usati.

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)

Valore della proprietà

I parametri della query utilizzati.

Si applica a