ResourcePlan.CheckOutResourcePlans 方法
取出指定的資源計劃。
命名空間: WebSvcResourcePlan
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/CheckOutResourcePlans", 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 CheckOutResourcePlans ( _
projectUids As Guid() _
)
'用途
Dim instance As ResourcePlan
Dim projectUids As Guid()
instance.CheckOutResourcePlans(projectUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/CheckOutResourcePlans", 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 CheckOutResourcePlans(
Guid[] projectUids
)
參數
projectUids
類型:[]包含專案 Guid 的陣列。