ResourcePlan class
表示的高階專案,可能需要何種資源。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.ResourcePlan
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<ScriptTypeAttribute("PS.ResourcePlan", ServerTypeId := "{bc48b6f5-3436-4e16-8d29-f1f8872b878b}")> _
Public Class ResourcePlan _
Inherits ClientObject
'用途
Dim instance As ResourcePlan
[ScriptTypeAttribute("PS.ResourcePlan", ServerTypeId = "{bc48b6f5-3436-4e16-8d29-f1f8872b878b}")]
public class ResourcePlan : ClientObject
備註
資源計劃是提出方式來評估企業資源容量,某些專案都在完整的執行,而且其他人會仍處於建議階段或規劃階段。資源計劃是主要的專案起始,因此提案相關聯。專案已認可,並會成為專案之後,開始規劃程序,並建置一個團隊,藉由使用企業資源資料庫] 或 [本機資源集區。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.