CalendarDataSet.CalendarsDataTable.NewCalendarsRow-Methode
Erstellt ein Row-Objekt in der CalendarDataSet.CalendarsDataTable.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewCalendarsRow As CalendarDataSet.CalendarsRow
'Usage
Dim instance As CalendarDataSet.CalendarsDataTable
Dim returnValue As CalendarDataSet.CalendarsRow
returnValue = instance.NewCalendarsRow()
public CalendarDataSet.CalendarsRow NewCalendarsRow()
Rückgabewert
Typ: WebSvcCalendar.CalendarDataSet.CalendarsRow
Siehe auch
Referenz
CalendarDataSet.CalendarsDataTable Klasse