次の方法で共有


Admin.ReadLineClasses メソッド

クラス名の指定された種類と、タイムシート行の状態に応じて、すべてのタイムシート行を読み取ります。

名前空間:  WebSvcAdmin
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadLineClasses", 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 Function ReadLineClasses ( _
    type As LineClassType, _
    classState As LineClassState _
) As TimesheetLineClassDataSet
'使用
Dim instance As Admin
Dim type As LineClassType
Dim classState As LineClassState
Dim returnValue As TimesheetLineClassDataSet

returnValue = instance.ReadLineClasses(type, _
    classState)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadLineClasses", 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 TimesheetLineClassDataSet ReadLineClasses(
    LineClassType type,
    LineClassState classState
)

パラメーター

  • type
    型: WebSvcAdmin.LineClassType

    通常、非プロジェクト、NonWork、AllNonProject、またはすべてのタイムシート行の種類。

戻り値

型: WebSvcAdmin.TimesheetLineClassDataSet
タイムシート行の情報が含まれています。

注釈

プロジェクト サーバーのアクセス許可

権限

説明

LogOn

Project Server にログオンすることができます。グローバル アクセス権。

関連項目

参照先

Admin クラス

Admin メンバー

WebSvcAdmin 名前空間