SecurityProjectCategoriesDataSet.UserRelationsDataTable.AddUserRelationsRow 方法 (Guid, Guid)

此成员仅供内部使用,不能直接在您的代码中使用。

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

语法

声明
Public Function AddUserRelationsRow ( _
    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.AddUserRelationsRow(WSEC_CAT_UID, _
    RES_UID)
public SecurityProjectCategoriesDataSet.UserRelationsRow AddUserRelationsRow(
    Guid WSEC_CAT_UID,
    Guid RES_UID
)

参数

返回值

类型:WebSvcSecurity.SecurityProjectCategoriesDataSet.UserRelationsRow

另请参阅

引用

SecurityProjectCategoriesDataSet.UserRelationsDataTable 类

SecurityProjectCategoriesDataSet.UserRelationsDataTable 成员

AddUserRelationsRow 重载

WebSvcSecurity 命名空间