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方法會將傳回CustomFieldDataSet中的公式轉換成取決於在 [地區及語言選項控制台執行 Project Server 的電腦中指定的地區設定的格式。相較之下, ReadCustomFieldsByEntity方法會傳回CustomFieldDataSet公式會與地區設定無關的位置。
Project Server 權限
權限 |
描述 |
---|---|
非標準 |
您必須具備ManageWorkflow通用權限或ChangeWorkflow通用權限。如果您有ChangeWorkflow權限,您也必須OpenProject類別權限和SaveProject類別權限。 |
可讓使用者從 Project Professional 連線至 Project Server 資料庫。通用權限。 |
|
可讓使用者建立產品組合分析。通用權限。 |
|
可讓使用者修改企業自訂欄位與查閱表格值的定義。通用權限。 |
|
可讓使用者管理 Project Server 使用者和群組。通用權限。 |
|
可讓使用者建立一個專案。通用權限。 |
|
可讓使用者檢視資源分派資料。通用權限。 |
|
可讓使用者管理工作流程。通用權限。 |
|