Compartir a través de


(Guid, Guid) del método SecurityProjectCategoriesDataSet.GroupRelationsDataTable.AddGroupRelationsRow

Agrega un nuevo objeto GroupRelationsRow a la tabla GroupRelationsRow , utilizando los parámetros especificados.

Espacio de nombres:  WebSvcSecurity
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Function AddGroupRelationsRow ( _
    WSEC_CAT_UID As Guid, _
    WSEC_GRP_UID As Guid _
) As SecurityProjectCategoriesDataSet.GroupRelationsRow
'Uso
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
)

Parámetros

  • WSEC_CAT_UID
    Tipo: System.Guid

    La categoría de seguridad GUID en un GroupRelationsRow.

  • WSEC_GRP_UID
    Tipo: System.Guid

    El grupo de seguridad GUID en un GroupRelationsRow.

Valor devuelto

Tipo: WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRow

Vea también

Referencia

clase SecurityProjectCategoriesDataSet.GroupRelationsDataTable

Miembros SecurityProjectCategoriesDataSet.GroupRelationsDataTable

Sobrecarga AddGroupRelationsRow

Espacio de nombres WebSvcSecurity