Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
- SYNC_ERROR_UID
Type: System.Guid
- SYNC_WSS_LIST_UID
Type: System.Guid
- SYNC_WSS_LIST_ITEM_ID
Type: System.Int32
- SYNC_PROJ_UID
Type: System.Guid
- SYNC_TASK_UID
Type: System.Guid
- SYNC_ERROR_DATE
Type: System.DateTime
- SYNC_ERROR_TYPE_ENUM
Type: System.Int32
- SYNC_ERROR_SEVERITY_ENUM
Type: System.Int32
- SYNC_ERROR_XML_DATA
Type: System.String
Return value
Type: WebSvcProject.SyncErrorsDataSet.SyncErrorsRow
Remarks
In general, developers should use the AddSyncErrorsRow overload.
See also
Reference
SyncErrorsDataSet.SyncErrorsDataTable class