次の方法で共有


ProjectDataSet.DependencyRow.LINK_SUCC_UID プロパティ

この依存関係で、後続タスクの固有の識別子を指定します。

名前空間:  WebSvcStatusing
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Property LINK_SUCC_UID As Guid
    Get
    Set
'使用
Dim instance As ProjectDataSet.DependencyRow
Dim value As Guid

value = instance.LINK_SUCC_UID

instance.LINK_SUCC_UID = value
public Guid LINK_SUCC_UID { get; set; }

プロパティ値

型: System.Guid

注釈

LINK_SUCC_UIDプロパティは、 TASK_UIDプロパティを外部キーです。

関連項目

参照先

ProjectDataSet.DependencyRow クラス

ProjectDataSet.DependencyRow メンバー

WebSvcStatusing 名前空間