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タイムシート行のクラスの変更が含まれています。
注釈
プロジェクト サーバーのアクセス許可
権限 |
説明 |
---|---|
リソースから送信されたタイムシートを管理することができます。グローバル アクセス権。 |