DataSetDefinition.Fields 속성

The Field objects in the dataset.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Property Fields As Field()
    Get 
    Set
‘사용 방법
Dim instance As DataSetDefinition 
Dim value As Field()

value = instance.Fields

instance.Fields = value
public Field[] Fields { get; set; }
public:
property array<Field^>^ Fields {
    array<Field^>^ get ();
    void set (array<Field^>^ value);
}
member Fields : Field[] with get, set
function get Fields () : Field[]
function set Fields (value : Field[])

속성 값

유형: array<ReportService2005.Field[]
A collection of Field objects containing the fields in the dataset.

참고 항목

참조

DataSetDefinition 클래스

ReportService2005 네임스페이스