ProjectContextDataSet.RelationshipsDataTable.NewRelationshipsRow-Methode
Erstellt ein Row-Objekt in der RelationshipsDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewRelationshipsRow As ProjectContextDataSet.RelationshipsRow
'Usage
Dim instance As ProjectContextDataSet.RelationshipsDataTable
Dim returnValue As ProjectContextDataSet.RelationshipsRow
returnValue = instance.NewRelationshipsRow()
public ProjectContextDataSet.RelationshipsRow NewRelationshipsRow()
Rückgabewert
Typ: WebSvcProject.ProjectContextDataSet.RelationshipsRow
Siehe auch
Referenz
ProjectContextDataSet.RelationshipsDataTable Klasse