ArchiveOpcode 枚举
指定要保存到存档数据库的对象的类型。
命名空间: WebSvcArchive
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration ArchiveOpcode
用法
Dim instance As ArchiveOpcode
[SerializableAttribute]
public enum ArchiveOpcode
成员
成员名称 | 说明 | |
---|---|---|
None | 值为 0。存档任何内容。 | |
Projects | 值 = 1。存档的项目。 | |
Resources | 值 = 2。存档资源。 | |
CustomFields | 值 = 3。存档自定义字段。 | |
EnterpriseGlobal | 值 = 4。将企业全局数据的存档。 | |
SystemSettings | 值 = 5。存档系统设置。 | |
Categories | 值 = 6。归档文件的类别。 | |
ViewDefinitions | 值 = 7。存档视图定义。 |
备注
有关详细信息,请参阅QueueScheduleArchives PSI 方法。