ResourceDataSet.ResourcesRow.GetCalendarExceptionsRows-Methode
Ruft die Kalenderausnahmen für eine Ressource ab.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function GetCalendarExceptionsRows As ResourceDataSet.CalendarExceptionsRow()
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As ResourceDataSet.CalendarExceptionsRow()
returnValue = instance.GetCalendarExceptionsRows()
public ResourceDataSet.CalendarExceptionsRow[] GetCalendarExceptionsRows()
Rückgabewert
Typ: []
Ein Array von ResourceDataSet.CalendarExceptionsRow.
Siehe auch
Referenz
ResourceDataSet.ResourcesRow Klasse