Freigeben über


SPHealthReportStore.AllReports-Eigenschaft

Zurückgegeben Sie eine Liste aller Bericht Erstellung Daten sortiert anhand ihrer Namen werden.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property AllReports As ReadOnlyCollection(Of SPHealthReportCreationData)
    Get
'Usage
Dim instance As SPHealthReportStore
Dim value As ReadOnlyCollection(Of SPHealthReportCreationData)

value = instance.AllReports
public ReadOnlyCollection<SPHealthReportCreationData> AllReports { get; }

Eigenschaftswert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<SPHealthReportCreationData>
Eine Liste der Berichte.

Siehe auch

Referenz

SPHealthReportStore Klasse

SPHealthReportStore-Member

Microsoft.SharePoint.Administration-Namespace