SecurityProjectCategoriesDataSet.GroupRelationsDataTable.AddGroupRelationsRow 方法 (Guid, Guid)

将一个新的GroupRelationsRow对象添加到GroupRelationsRow表中,使用指定的参数。

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

语法

声明
Public Function AddGroupRelationsRow ( _
    WSEC_CAT_UID As Guid, _
    WSEC_GRP_UID As Guid _
) As SecurityProjectCategoriesDataSet.GroupRelationsRow
用法
Dim instance As SecurityProjectCategoriesDataSet.GroupRelationsDataTable
Dim WSEC_CAT_UID As Guid
Dim WSEC_GRP_UID As Guid
Dim returnValue As SecurityProjectCategoriesDataSet.GroupRelationsRow

returnValue = instance.AddGroupRelationsRow(WSEC_CAT_UID, _
    WSEC_GRP_UID)
public SecurityProjectCategoriesDataSet.GroupRelationsRow AddGroupRelationsRow(
    Guid WSEC_CAT_UID,
    Guid WSEC_GRP_UID
)

参数

  • WSEC_CAT_UID
    类型:System.Guid

    在GroupRelationsRow的安全类别 GUID。

  • WSEC_GRP_UID
    类型:System.Guid

    GroupRelationsRow中的安全组 GUID。

返回值

类型:WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRow

另请参阅

引用

SecurityProjectCategoriesDataSet.GroupRelationsDataTable 类

SecurityProjectCategoriesDataSet.GroupRelationsDataTable 成员

AddGroupRelationsRow 重载

WebSvcSecurity 命名空间