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.Guid包含工作分派的 GUID。
傳回值
類型:WebSvcStatusing.StatusingAssignmentsDataSet.AssignmentsRow
請參閱
參照
StatusingAssignmentsDataSet.AssignmentsDataTable 類別