DataSetDefinition.Fields Property
The Field objects in the dataset.
Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly : ReportService2005 (in reportingservice2005.dll)
Syntax
'Declaration
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[])
Eigenschaftswert
A collection of Field objects containing the fields in the dataset.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
DataSetDefinition Class
DataSetDefinition Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace