ResourceDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow método
Exclui o objeto de linha especificada a CalendarExceptionsDataTable.
Namespace: WebSvcWorkflow
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: WebSvcWorkflow.ResourceDataSet.CalendarExceptionsRowContém a linha que deve ser excluído.
Ver também
Referência
ResourceDataSet.CalendarExceptionsDataTable classe