del método ResourceDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow
Elimina el objeto de la fila especificada de la CalendarExceptionsDataTable.
Espacio de nombres: WebSvcResource
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
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: WebSvcResource.ResourceDataSet.CalendarExceptionsRowContiene la fila a eliminar.
Vea también
Referencia
clase ResourceDataSet.CalendarExceptionsDataTable