DataSetDefinition.Fields プロパティ

定義

データセットの Field オブジェクトです。

public:
 property cli::array <ReportService2005::Field ^> ^ Fields { cli::array <ReportService2005::Field ^> ^ get(); void set(cli::array <ReportService2005::Field ^> ^ value); };
public ReportService2005.Field[] Fields { get; set; }
member this.Fields : ReportService2005.Field[] with get, set
Public Property Fields As Field()

プロパティ値

Field[]

データセットのフィールドを含む Field オブジェクトのコレクションです。

適用対象