SyncErrorType-Enumeration
Gibt den Typ des Fehlers bei der Dokumentsynchronisierung an.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public Enumeration SyncErrorType
'Usage
Dim instance As SyncErrorType
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public enum SyncErrorType
Member
Membername | Beschreibung | |
---|---|---|
DateSwitch | Wert = 0. Datum ist nicht mehr synchronisiert. | |
RequiredCustomFieldNotSupplied | Wert = 1. Benutzerdefinierte Pflichtfeld nicht bereitgestellt. | |
DataTruncation | Wert = 2. Daten wurden abgeschnitten. |