Share via


SyncErrorsDataSet.SyncErrorsDataTable.AddSyncErrorsRow Method (Guid, Guid, Int32, Guid, Guid, DateTime, Int32, Int32, String)

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

Syntax

'Declaration
Public Function AddSyncErrorsRow ( _
    SYNC_ERROR_UID As Guid, _
    SYNC_WSS_LIST_UID As Guid, _
    SYNC_WSS_LIST_ITEM_ID As Integer, _
    SYNC_PROJ_UID As Guid, _
    SYNC_TASK_UID As Guid, _
    SYNC_ERROR_DATE As DateTime, _
    SYNC_ERROR_TYPE_ENUM As Integer, _
    SYNC_ERROR_SEVERITY_ENUM As Integer, _
    SYNC_ERROR_XML_DATA As String _
) As SyncErrorsDataSet.SyncErrorsRow
'Usage
Dim instance As SyncErrorsDataSet.SyncErrorsDataTable
Dim SYNC_ERROR_UID As Guid
Dim SYNC_WSS_LIST_UID As Guid
Dim SYNC_WSS_LIST_ITEM_ID As Integer
Dim SYNC_PROJ_UID As Guid
Dim SYNC_TASK_UID As Guid
Dim SYNC_ERROR_DATE As DateTime
Dim SYNC_ERROR_TYPE_ENUM As Integer
Dim SYNC_ERROR_SEVERITY_ENUM As Integer
Dim SYNC_ERROR_XML_DATA As String
Dim returnValue As SyncErrorsDataSet.SyncErrorsRow

returnValue = instance.AddSyncErrorsRow(SYNC_ERROR_UID, _
    SYNC_WSS_LIST_UID, SYNC_WSS_LIST_ITEM_ID, _
    SYNC_PROJ_UID, SYNC_TASK_UID, SYNC_ERROR_DATE, _
    SYNC_ERROR_TYPE_ENUM, SYNC_ERROR_SEVERITY_ENUM, _
    SYNC_ERROR_XML_DATA)
public SyncErrorsDataSet.SyncErrorsRow AddSyncErrorsRow(
    Guid SYNC_ERROR_UID,
    Guid SYNC_WSS_LIST_UID,
    int SYNC_WSS_LIST_ITEM_ID,
    Guid SYNC_PROJ_UID,
    Guid SYNC_TASK_UID,
    DateTime SYNC_ERROR_DATE,
    int SYNC_ERROR_TYPE_ENUM,
    int SYNC_ERROR_SEVERITY_ENUM,
    string SYNC_ERROR_XML_DATA
)

Parameters

Return Value

Type: [Project Web service].SyncErrorsDataSet.SyncErrorsRow

Remarks

In general, developers should use the AddSyncErrorsRow overload.

See Also

Reference

SyncErrorsDataSet.SyncErrorsDataTable Class

SyncErrorsDataSet.SyncErrorsDataTable Members

AddSyncErrorsRow Overload

Project Web Service