Freigeben über


Resource.CreateDelegations-Methode

Erstellt die Delegierungsinformationen zum Verwalten von Ressourcen verwendet.

Namespace:  WebSvcResource
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/CreateDelegations", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Resource/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Resource/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CreateDelegations ( _
    ds As UserDelegationDataSet _
)
'Usage
Dim instance As Resource
Dim ds As UserDelegationDataSet

instance.CreateDelegations(ds)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/CreateDelegations", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Resource/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Resource/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CreateDelegations(
    UserDelegationDataSet ds
)

Parameter

Hinweise

Diese Methode gibt keine die Projekt-GUID zurück und die Ressourcen-GUID.

Project Server-Berechtigungen

Berechtigung

Beschreibung

ManageMyDelegations

Ermöglicht einem Benutzer das Verwalten der eigenen Benutzerstellvertretungen.

ManageMyResourceDelegations

Ermöglicht einen Benutzer ein eigenes Ressource Ressourcenstellvertretungen verwalten.

Siehe auch

Referenz

Resource Klasse

Resource-Member

WebSvcResource-Namespace