Поделиться через


DataSetDefinition.Fields Property

The Field objects in the dataset.

Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Сборка: ReportService2005 (in reportingservice2005.dll)

Синтаксис

'Декларация
Public Property Fields As Field()
public Field[] Fields { get; set; }
public:
property array<Field^>^ Fields {
    array<Field^>^ get ();
    void set (array<Field^>^ value);
}
/** @property */
public Field[] get_Fields ()

/** @property */
public void set_Fields (Field[] value)
public function get Fields () : Field[]

public function set Fields (value : Field[])

Значение свойства

A collection of Field objects containing the fields in the dataset.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

DataSetDefinition Class
DataSetDefinition Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace