Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
Project 2007
SDK Documentation
Project Web Service
 LINK_TYPE Property

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
ProjectDataSet.DependencyRow.LINK_TYPE Property (WebSvcProject)
Specifies the type of dependency to be established between two tasks.

Namespace: [Project Web service]
Web reference: http://ServerName/ProjectServerName/_vti_bin/psi/Project.asmx
Visual Basic (Declaration)
<DebuggerNonUserCodeAttribute> _
Public Property LINK_TYPE As Integer
Visual Basic (Usage)
Dim instance As DependencyRow
Dim value As Integer

value = instance.LINK_TYPE

instance.LINK_TYPE = value
C#
[DebuggerNonUserCodeAttribute] 
public int LINK_TYPE { get; set; }

LINK_TYPE

int Value

Name

Abbreviation

Description

0

FinishFinish

FF

The task identified by LINK_SUCC_UID cannot finish until the task identified by LINK_PRED_UID finishes.

1 (Default)

FinishStart

FS

The task identified by LINK_PRED_UID must finish before the task identified by LINK_SUCC_UID can start. This is the default dependency type.

2

StartFinish

SF

The task identified by LINK_PRED_UID must start before the task identified by LINK_SUCC_UID finishes. This is the most uncommon of the four dependency types.

For example, in a scenario where you are setting a fence post, the successor is Pour Cement and the predecessor is Set Post.

The successor (Pour Cement) must start first, however, the predecessor (Set Post) must finish before the successor (Pour Cement) finishes.

3

StartStart

SS

The task identified by LINK_SUCC_UID cannot start until the task identified by LINK_PRED_UID starts.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker