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 类