ResourceDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow método
Exclui o objeto de linha especificada a CalendarExceptionsDataTable.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Sub RemoveCalendarExceptionsRow ( _
row As ResourceDataSet.CalendarExceptionsRow _
)
'Uso
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim row As ResourceDataSet.CalendarExceptionsRow
instance.RemoveCalendarExceptionsRow(row)
public void RemoveCalendarExceptionsRow(
ResourceDataSet.CalendarExceptionsRow row
)
Parâmetros
row
Tipo: WebSvcTimeSheet.ResourceDataSet.CalendarExceptionsRowContém a linha a ser excluída.
Ver também
Referência
ResourceDataSet.CalendarExceptionsDataTable classe