共用方式為


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.