WebObjectDatabaseType 枚举
指定的数据库类型的 web 对象。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
<CLSCompliantAttribute(True)> _
Public Enumeration WebObjectDatabaseType
用法
Dim instance As WebObjectDatabaseType
[CLSCompliantAttribute(true)]
public enum WebObjectDatabaseType
成员
成员名称 | 说明 | |
---|---|---|
Project | 值 = 1。项目列表中。 | |
Task | 值 = 2。任务列表中。 | |
Document | 值 = 3。文档列表中。 | |
Issue | 值 = 4。问题列表中。 | |
Risk | 值 = 5。风险列表。 | |
Commitment | 值 = 6。可交付结果列表。 | |
GenericSharePointListItem | 值 = 7。一般的 SharePoint 列表。 |
备注
有关使用WebObjectDatabaseType枚举的代码示例,请参见CreateWebObjectLinks。