ResourceDataSet.ResourcesRow.GetCalendarExceptionsRows método
Obtém uma matriz de exceções de calendário para um recurso.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function GetCalendarExceptionsRows As ResourceDataSet.CalendarExceptionsRow()
'Uso
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As ResourceDataSet.CalendarExceptionsRow()
returnValue = instance.GetCalendarExceptionsRows()
public ResourceDataSet.CalendarExceptionsRow[] GetCalendarExceptionsRows()
Valor retornado
Tipo: []
Uma matriz de objetos de linha de exceção do calendário.
Comentários
Uma matriz de ResourceDataSet.CalendarExceptionsRow.
Ver também
Referência
ResourceDataSet.ResourcesRow classe