StatusingAssignmentsDataSet.AssignmentsDataTable.FindByASSN_UID メソッド
指定した割り当ての GUID を使用して、 AssignmentsRowオブジェクトを取得します。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Function FindByASSN_UID ( _
ASSN_UID As Guid _
) As StatusingAssignmentsDataSet.AssignmentsRow
'使用
Dim instance As StatusingAssignmentsDataSet.AssignmentsDataTable
Dim ASSN_UID As Guid
Dim returnValue As StatusingAssignmentsDataSet.AssignmentsRow
returnValue = instance.FindByASSN_UID(ASSN_UID)
public StatusingAssignmentsDataSet.AssignmentsRow FindByASSN_UID(
Guid ASSN_UID
)
パラメーター
ASSN_UID
型: System.GuidGUID 割り当てが含まれます。
戻り値
型: WebSvcStatusing.StatusingAssignmentsDataSet.AssignmentsRow
関連項目
参照先
StatusingAssignmentsDataSet.AssignmentsDataTable クラス