Partager via


Archive.UpdateArchiveSchedule - Méthode

Met à jour la planification de l'archivage.

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

Syntaxe

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

instance.UpdateArchiveSchedule(scheduleDataSet)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/UpdateArchiveSchedule", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Archive/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Archive/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void UpdateArchiveSchedule(
    ArchiveScheduleDataSet scheduleDataSet
)

Paramètres

Remarques

Autorisations Project Server

Autorisation

Description

ManageProjectServerBackup

Permet à un utilisateur de planifier ou d'effectuer une sauvegarde d'entités de Project Server. Autorisation globale.

Voir aussi

Référence

Archive classe

Archive - Membres

WebSvcArchive - Espace de noms