Statusing.ReadAssignmentDependencies - Méthode
Obtient un tableau des tâches planifiées pour se terminer avant le début une affectation spécifiée. Également Obtient un tableau des tâches dépendent de la date de fin de l'affectation.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentDependencies", 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 Function ReadAssignmentDependencies ( _
p0 As Guid _
) As StatusingAssignmentDependenciesDataSet
'Utilisation
Dim instance As Statusing
Dim p0 As Guid
Dim returnValue As StatusingAssignmentDependenciesDataSet
returnValue = instance.ReadAssignmentDependencies(p0)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentDependencies", 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 StatusingAssignmentDependenciesDataSet ReadAssignmentDependencies(
Guid p0
)
Paramètres
p0
Type : System.GuidID unique d'affectation.
Valeur renvoyée
Type : WebSvcStatusing.StatusingAssignmentDependenciesDataSet
Remarques
Autorisations Project Server
Aucune autorisation n'est requise. Cette méthode lit les données pour seulement la ressource en cours de session.