Метод 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
Разрешение |
Описание |
---|---|
Позволяет пользователю управлять расписания, отправленные ресурсами. Глобальное разрешение. |