Admin.UpdateStatusingSettings-Methode
Verwaltungseinstellungen für Zeitberichte aktualisiert.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<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 _
)
'Usage
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
)
Parameter
dsDelta
Typ: WebSvcAdmin.StatusingSettingsDataSetStatusingSettingsDataSet enthält Änderungen in den Statusing-Einstellungen.
Hinweise
Project Server-Berechtigungen
Berechtigung |
Beschreibung |
---|---|
Ermöglicht es dem Benutzer Arbeitszeittabellen verwalten, die von Ressourcen übermittelt werden. Die globale Berechtigung. |