Archive.QueueRestoreCustomFields - Méthode
Restaure les tables liées à des champs personnalisés d'entreprise à partir de la base de données d'Archive à la base de données publiée.
Espace de noms : WebSvcArchive
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueRestoreCustomFields", 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 QueueRestoreCustomFields ( _
jobUID As Guid _
)
'Utilisation
Dim instance As Archive
Dim jobUID As Guid
instance.QueueRestoreCustomFields(jobUID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueRestoreCustomFields", 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 QueueRestoreCustomFields(
Guid jobUID
)
Paramètres
jobUID
Type : System.GuidLe GUID de la tâche de file d'attente.
Remarques
QueueRestoreCustomFields est une méthode asynchrone qui envoie un message vers le Service de mise en attente de Project Server.
Autorisations Project Server
Autorisation |
Description |
---|---|
Permet à un utilisateur d'effectuer une sauvegarde d'entités de Project Server. Autorisation globale. |