SharedDataSet.QueryParameters 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一組查詢參數。
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::QueryParameter ^> ^ QueryParameters { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::QueryParameter ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::QueryParameter ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.QueryParameter>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.QueryParameter> QueryParameters { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.QueryParameter>))>]
member this.QueryParameters : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.QueryParameter> with get, set
Public Property QueryParameters As IList(Of QueryParameter)
屬性值
一組查詢參數。
- 屬性