SyncErrorType 枚举
指定同步错误的类型。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public Enumeration SyncErrorType
用法
Dim instance As SyncErrorType
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public enum SyncErrorType
成员
成员名称 | 说明 | |
---|---|---|
DateSwitch | 值为 0。日期不同步。 | |
RequiredCustomFieldNotSupplied | 值 = 1。未提供所需的自定义字段。 | |
DataTruncation | 值 = 2。数据已被截断。 |