SecurityProjectCategoriesDataSet.GroupRelationsDataTable.AddGroupRelationsRow-Methode (Guid, Guid)
Fügt ein neues GroupRelationsRow -Objekt auf die GroupRelationsRow -Tabelle, die mit den angegebenen Parametern.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function AddGroupRelationsRow ( _
WSEC_CAT_UID As Guid, _
WSEC_GRP_UID As Guid _
) As SecurityProjectCategoriesDataSet.GroupRelationsRow
'Usage
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
)
Parameter
WSEC_CAT_UID
Typ: System.GuidDie Sicherheitskategorie-GUID in einer GroupRelationsRow.
WSEC_GRP_UID
Typ: System.GuidDie Sicherheitsgruppen-GUID in einer GroupRelationsRow.
Rückgabewert
Typ: WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRow
Siehe auch
Referenz
SecurityProjectCategoriesDataSet.GroupRelationsDataTable Klasse
SecurityProjectCategoriesDataSet.GroupRelationsDataTable-Member