Admin.UpdateLineClasses 方法
命名空間: WebSvcAdmin
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/UpdateLineClasses", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub UpdateLineClasses ( _
dsDelta As TimesheetLineClassDataSet _
)
'用途
Dim instance As Admin
Dim dsDelta As TimesheetLineClassDataSet
instance.UpdateLineClasses(dsDelta)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/UpdateLineClasses", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void UpdateLineClasses(
TimesheetLineClassDataSet dsDelta
)
參數
dsDelta
類型:WebSvcAdmin.TimesheetLineClassDataSet包含時程表行類別中的變更。
備註
Project Server 權限
權限 |
描述 |
---|---|
可讓使用者管理所送出資源的時程表。通用權限。 |