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
scheduleDataSet
Type : WebSvcArchive.ArchiveScheduleDataSetContient des informations sur la planification de l'archive.
Remarques
Autorisations Project Server
Autorisation |
Description |
---|---|
Permet à un utilisateur de planifier ou d'effectuer une sauvegarde d'entités de Project Server. Autorisation globale. |