言語

DataSetDefinition.Fields プロパティ

定義

データセット内の Field オブジェクトを取得したり設定したりします。

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

プロパティ値

Field[]

データセット内のフィールドを含む Field オブジェクトの配列です。

適用対象