Compartilhar via


Statusing.ReadAssignmentDependencies método

Obtém uma tabela de tarefas agendadas para terminar antes de iniciar uma atribuição especificada. Também obtém uma tabela de tarefas dependentes de data de término da atribuição.

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

Sintaxe

'Declaração
<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
'Uso
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
)

Parâmetros

Valor retornado

Tipo: WebSvcStatusing.StatusingAssignmentDependenciesDataSet

Comentários

Permissões do Project Server

Nenhuma permissão é necessário. Este método lê os dados para somente o logon de recurso atual.

Ver também

Referência

Statusing classe

Statusing membros

WebSvcStatusing namespace