次の方法で共有


CustomFields.ReadCustomFieldsByEntity2 メソッド

すべてのエンタープライズ ユーザー設定フィールドを取得指定されたエンティティ (プロジェクト、リソース、またはタスク) 数式は、言語に依存する形式であります。

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

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/ReadCustomFieldsByEntity2", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadCustomFieldsByEntity2 ( _
    entityUid As Guid _
) As CustomFieldDataSet
'使用
Dim instance As CustomFields
Dim entityUid As Guid
Dim returnValue As CustomFieldDataSet

returnValue = instance.ReadCustomFieldsByEntity2(entityUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CustomFields/ReadCustomFieldsByEntity2", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CustomFields/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public CustomFieldDataSet ReadCustomFieldsByEntity2(
    Guid entityUid
)

パラメーター

  • entityUid
    型: System.Guid

    ユーザー設定フィールドのプロジェクト、リソース、またはタスクのエンティティの GUID を指定します。

戻り値

型: WebSvcCustomFields.CustomFieldDataSet

注釈

Project Server 2010の新しいメソッドです。グラフィカル インジケーター、ユーザー設定フィールドの数式で計算する場合、 ReadCustomFieldsByEntity2メソッドは Project Server を実行しているコンピューターの [地域と言語のオプション コントロール パネルで指定されたロケールに依存する形式に返される、 CustomFieldDataSet内の数式に変換します。一方、 ReadCustomFieldsByEntityが返されます、 CustomFieldDataSet数式がロケールに依存しません。

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

権限

説明

標準的でないです。

ManageWorkflowのグローバル アクセス権、または、 ChangeWorkflowのグローバル アクセス許可が必要です。ChangeWorkflowのアクセス許可があれば、 OpenProjectカテゴリ権限とSaveProjectカテゴリのアクセス権の両方もが必要です。

LogOnToProjectServerFromProjectProfessional

Project Professional から Project Server データベースに接続することができます。グローバル アクセス権。

ManagePortfolioAnalyses

ポートフォリオ分析を作成することができます。グローバル アクセス権。

ManageEnterpriseCustomFields

エンタープライズ ユーザー設定フィールドと参照テーブル値の定義を変更することができます。グローバル アクセス権。

ManageUsersAndGroups

Project Server のユーザーとグループを管理することができます。グローバル アクセス権。

NewProject

プロジェクトを作成することができます。グローバル アクセス権。

ViewResourceCenter

リソースの割り当てデータを表示することができます。グローバル アクセス権。

ManageWorkflow

ワークフローを管理することができます。グローバル アクセス権。

関連項目

参照先

CustomFields クラス

CustomFields メンバー

WebSvcCustomFields 名前空間

ReadCustomFieldsByEntity(Guid)