Admin.UpdateStatusingSettings 方法
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/UpdateStatusingSettings", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub UpdateStatusingSettings ( _
dsDelta As StatusingSettingsDataSet _
)
用法
Dim instance As Admin
Dim dsDelta As StatusingSettingsDataSet
instance.UpdateStatusingSettings(dsDelta)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/UpdateStatusingSettings", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void UpdateStatusingSettings(
StatusingSettingsDataSet dsDelta
)
参数
dsDelta
类型:WebSvcAdmin.StatusingSettingsDataSetStatusingSettingsDataSet包含进展状况设置中的更改。
备注
Project Server 权限
权限 |
说明 |
---|---|
允许用户管理提交的资源的时间表。全局权限。 |