SecurityProjectCategoriesDataSet.UserRelationsDataTable.FindByWSEC_CAT_UIDRES_UID 方法

获取由安全类别和资源指定的UserRelationsRow对象。

命名空间:  WebSvcSecurity
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Function FindByWSEC_CAT_UIDRES_UID ( _
    WSEC_CAT_UID As Guid, _
    RES_UID As Guid _
) As SecurityProjectCategoriesDataSet.UserRelationsRow
用法
Dim instance As SecurityProjectCategoriesDataSet.UserRelationsDataTable
Dim WSEC_CAT_UID As Guid
Dim RES_UID As Guid
Dim returnValue As SecurityProjectCategoriesDataSet.UserRelationsRow

returnValue = instance.FindByWSEC_CAT_UIDRES_UID(WSEC_CAT_UID, _
    RES_UID)
public SecurityProjectCategoriesDataSet.UserRelationsRow FindByWSEC_CAT_UIDRES_UID(
    Guid WSEC_CAT_UID,
    Guid RES_UID
)

参数

  • WSEC_CAT_UID
    类型:System.Guid

    包含 web 安全类别 GUID。

返回值

类型:WebSvcSecurity.SecurityProjectCategoriesDataSet.UserRelationsRow

另请参阅

引用

SecurityProjectCategoriesDataSet.UserRelationsDataTable 类

SecurityProjectCategoriesDataSet.UserRelationsDataTable 成员

WebSvcSecurity 命名空间