Resource.DeleteDelegations 方法
删除用于管理资源委派信息。
命名空间: WebSvcResource
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/DeleteDelegations", 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 DeleteDelegations ( _
delegationsUids As Guid() _
)
用法
Dim instance As Resource
Dim delegationsUids As Guid()
instance.DeleteDelegations(delegationsUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/DeleteDelegations", 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 DeleteDelegations(
Guid[] delegationsUids
)
参数
- delegationsUids
类型:[]
备注
Project Server 权限
权限 |
说明 |
---|---|
允许用户管理其自己的用户委派。 |
|
允许用户管理其自己的资源委派。 |