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