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 개체의 배열입니다.

적용 대상