ProjectContextDataSet.RelationshipsDataTable.RemoveRelationshipsRow-Methode
Löscht das angegebene Row-Objekt aus der RelationshipsDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveRelationshipsRow ( _
row As ProjectContextDataSet.RelationshipsRow _
)
'Usage
Dim instance As ProjectContextDataSet.RelationshipsDataTable
Dim row As ProjectContextDataSet.RelationshipsRow
instance.RemoveRelationshipsRow(row)
public void RemoveRelationshipsRow(
ProjectContextDataSet.RelationshipsRow row
)
Parameter
row
Typ: WebSvcProject.ProjectContextDataSet.RelationshipsRowDie zu löschenden Zeile enthält.
Siehe auch
Referenz
ProjectContextDataSet.RelationshipsDataTable Klasse