ProjectDataSet.AssignmentDataTable.NewAssignmentRow-Methode
Erstellt ein Row-Objekt in der AssignmentDataTable.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewAssignmentRow As ProjectDataSet.AssignmentRow
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim returnValue As ProjectDataSet.AssignmentRow
returnValue = instance.NewAssignmentRow()
public ProjectDataSet.AssignmentRow NewAssignmentRow()
Rückgabewert
Typ: WebSvcStatusing.ProjectDataSet.AssignmentRow
Siehe auch
Referenz
ProjectDataSet.AssignmentDataTable Klasse