del método ResourceDataSet.ResourcesRow.GetCalendarExceptionsRows
Obtiene una matriz de excepciones de calendario de un recurso.
Espacio de nombres: WebSvcTimeSheet
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: []
Una matriz de objetos de fila de excepción de calendario.
Comentarios
Una matriz de ResourceDataSet.CalendarExceptionsRow.
Vea también
Referencia
clase ResourceDataSet.ResourcesRow