Share via


Archive.QueueScheduleArchives - Méthode

Définit 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/QueueScheduleArchives", 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 QueueScheduleArchives ( _
    opCode As ArchiveOpcode _
)
'Utilisation
Dim instance As Archive
Dim opCode As ArchiveOpcode

instance.QueueScheduleArchives(opCode)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueScheduleArchives", 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 QueueScheduleArchives(
    ArchiveOpcode opCode
)

Paramètres

Remarques

QueueScheduleArchives est une méthode asynchrone qui envoie un message vers le Service de mise en attente de Project Server.

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