del método SecurityProjectCategoriesDataSet.GroupRelationsDataTable.RemoveGroupRelationsRow
Elimina el objeto de la fila especificada de la GroupRelationsRow.
Espacio de nombres: WebSvcSecurity
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Sub RemoveGroupRelationsRow ( _
row As SecurityProjectCategoriesDataSet.GroupRelationsRow _
)
'Uso
Dim instance As SecurityProjectCategoriesDataSet.GroupRelationsDataTable
Dim row As SecurityProjectCategoriesDataSet.GroupRelationsRow
instance.RemoveGroupRelationsRow(row)
public void RemoveGroupRelationsRow(
SecurityProjectCategoriesDataSet.GroupRelationsRow row
)
Parámetros
row
Tipo: WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRowContiene la fila que se elimina.
Vea también
Referencia
clase SecurityProjectCategoriesDataSet.GroupRelationsDataTable
Miembros SecurityProjectCategoriesDataSet.GroupRelationsDataTable