Partager via


ResourceDataSet.CalendarExceptionsDataTable.AddCalendarExceptionsRow - Méthode

Ajoute un objet CalendarExceptionsRow à la CalendarExceptionsDataTable.

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

Syntaxe

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

instance.AddCalendarExceptionsRow(row)
public void AddCalendarExceptionsRow(
    ResourceDataSet.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 possède un paramètre unique ResourceDataSet.CalendarExceptionsRow . Par exemple, AddCalendarExceptionsRow(ResourceDataSet.CalendarExceptionsRow row).

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

    public CalendarExceptionsRow AddCalendarExceptionsRow(
        ResourcesRow parentResourcesRowByResourcesCalendarExceptions, 
        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

ResourceDataSet.CalendarExceptionsDataTable classe

ResourceDataSet.CalendarExceptionsDataTable - Membres

WebSvcResource - Espace de noms