Share via


CalendarDataSet.CalendarExceptionsDataTable.AddCalendarExceptionsRow - Méthode

Ajoute un objet CalendarExceptionsRow à la CalendarExceptionsDataTable.

Espace de noms :  WebSvcCalendar
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public Sub AddCalendarExceptionsRow ( _
    row As CalendarDataSet.CalendarExceptionsRow _
)
'Utilisation
Dim instance As CalendarDataSet.CalendarExceptionsDataTable
Dim row As CalendarDataSet.CalendarExceptionsRow

instance.AddCalendarExceptionsRow(row)
public void AddCalendarExceptionsRow(
    CalendarDataSet.CalendarExceptionsRow row
)

Paramètres

Remarques

La signature de la méthode AddCalendarExceptionsRow est surchargée comme suit :

  • Les développeurs tiers doivent utiliser la surcharge qui a un paramètre unique CalendarDataSet.CalendarExceptionsRow . Par exemple, AddCalendarExceptionsRow(CalendarDataSet.CalendarExceptionsRow row).

  • L'Explorateur d'objets dans Microsoft Visual Studio affiche une autre surcharge, qui utilise des paramètres individuels pour tous les champs de CalendarExceptionsRow. La surcharge est utilisée en interne.

    public CalendarExceptionsRow AddCalendarExceptionsRow(
        CalendarsRow parentCalendarsRowByCalendarCalendarExceptions, 
        string Name, 
        System.DateTime Start, 
        System.DateTime Finish, 
        int Shift1Start, 
        int Shift1Finish, 
        int Shift2Start, 
        int Shift2Finish, 
        int Shift3Start, 
        int Shift3Finish, 
        int Shift4Start, 
        int Shift4Finish, 
        int Shift5Start, 
        int Shift5Finish, 
        int RecurrenceType, 
        int RecurrenceFrequency, 
        int RecurrenceDays, 
        int RecurrenceMonthDay, 
        int RecurrenceMonth, 
        int RecurrencePosition) 
    

Voir aussi

Référence

CalendarDataSet.CalendarExceptionsDataTable classe

CalendarDataSet.CalendarExceptionsDataTable - Membres

WebSvcCalendar - Espace de noms