Freigeben über


Statusing.DeleteStatusingInformationForProject-Methode

Statusing-Informationen für einen oder mehrere Projekte zu löschen.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/DeleteStatusingInformationForProject", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub DeleteStatusingInformationForProject ( _
    projectID As Guid(), _
    minDate As DateTime, _
    maxDate As DateTime _
)
'Usage
Dim instance As Statusing
Dim projectID As Guid()
Dim minDate As DateTime
Dim maxDate As DateTime

instance.DeleteStatusingInformationForProject(projectID, _
    minDate, maxDate)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/DeleteStatusingInformationForProject", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void DeleteStatusingInformationForProject(
    Guid[] projectID,
    DateTime minDate,
    DateTime maxDate
)

Parameter

  • projectID
    Typ: []

    Array von Projekten zu löschenden Statuserfassung Informationen aus.

  • minDate
    Typ: System.DateTime

    Anfang des Datumsbereichs löschen. Verwenden Sie DateTime.MinDate , um vom Anfang auszuwählen.

  • maxDate
    Typ: System.DateTime

    Ende des Datumsbereichs löschen. Verwenden Sie DateTime.MaxDate , um zum Ende anzugeben.

Hinweise

Rufen Sie diese Methode auf, bevor oder nachdem ein Projekt gelöscht wird, um die Statuserfassung Tabellen zu bereinigen.

In-Process-Updates auf das Projekt verarbeitet werden. Diese Methode nicht auschecken oder Einchecken des Projekts.

Project Server-Berechtigungen

Berechtigung

Beschreibung

CleanupProjectServerDatabase

Ermöglicht den Benutzer, alte Informationen aus der Project Server-Datenbank zu löschen. Die globale Berechtigung.

Siehe auch

Referenz

Statusing Klasse

Statusing-Member

WebSvcStatusing-Namespace