ResourcePlan.QueueCheckInResourcePlans 方法
檢查在指定的資源計劃。
命名空間: WebSvcResourcePlan
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/QueueCheckInResourcePlans", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueCheckInResourcePlans ( _
projectUids As Guid(), _
force As Boolean, _
jobUids As Guid() _
)
'用途
Dim instance As ResourcePlan
Dim projectUids As Guid()
Dim force As Boolean
Dim jobUids As Guid()
instance.QueueCheckInResourcePlans(projectUids, _
force, jobUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/QueueCheckInResourcePlans", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueCheckInResourcePlans(
Guid[] projectUids,
bool force,
Guid[] jobUids
)
參數
projectUids
類型:[]包含專案 Guid 的陣列。
force
類型:System.Boolean如果true,強制存回。
jobUids
類型:[]包含佇列工作 Guid 的陣列。