ScheduleDataSet.ScheduleDataTable.RemoveScheduleRow Method
Deletes the specified row object from the ScheduleDataTable.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Sub RemoveScheduleRow ( _
row As ScheduleDataSet.ScheduleRow _
)
'Usage
Dim instance As ScheduleDataSet.ScheduleDataTable
Dim row As ScheduleDataSet.ScheduleRow
instance.RemoveScheduleRow(row)
public void RemoveScheduleRow(
ScheduleDataSet.ScheduleRow row
)
Parameters
- row
Type: [Statusing Web service].ScheduleDataSet.ScheduleRow
Contains the row that is to be deleted.
See Also
Reference
ScheduleDataSet.ScheduleDataTable Class