Partager via


Calendar.CheckOutCalendars - Méthode

Extrait les calendriers d'entreprise spécifié pour permettre la modification des exceptions.

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

Syntaxe

'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckOutCalendars", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Calendar/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Calendar/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CheckOutCalendars ( _
    array As Guid() _
)
'Utilisation
Dim instance As Calendar
Dim array As Guid()

instance.CheckOutCalendars(array)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckOutCalendars", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Calendar/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Calendar/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CheckOutCalendars(
    Guid[] array
)

Paramètres

  • array
    Type : []

    Indique un tableau d'identificateurs uniques qui spécifient les calendriers d'entreprise.

Remarques

Pour des exemples de code, voir UpdateCalendars(CalendarDataSet, Boolean, Boolean).

Autorisations Project Server

Autorisation

Description

ManageEnterpriseCalendars

Permet à un utilisateur de gérer les calendriers d'entreprise. Autorisation globale.

Voir aussi

Référence

Calendar classe

Calendar - Membres

WebSvcCalendar - Espace de noms