共用方式為


DeploymentServiceClient.Retrieve 方法

適用於: CRM 2015 on-prem, CRM Online

Retrieves a deployment record.

命名空間: Microsoft.Xrm.Sdk.Deployment
組件: Microsoft.Xrm.Sdk.Deployment (在 Microsoft.Xrm.Sdk.Deployment.dll 中)

語法

'宣告
Public Function Retrieve ( _
    entityType As DeploymentEntityType, _
    id As EntityInstanceId _
) As DeploymentObject
public DeploymentObject Retrieve (
    DeploymentEntityType entityType,
    EntityInstanceId id
)

參數

  • entityType
    Type: DeploymentEntityType. The type of deployment entity specified by the id parameter.

傳回值

Type: DeploymentObject
The deployment record.

備註

The ID of a deployment record is also referred to as an instance tag.

執行緒安全

此類型的任何公用靜態 (Visual Basic 中的 Shared) 成員都具備執行緒安全。任何執行個體成員都不保證具備執行緒安全。

平台

開發平台

Windows Vista、Windows Server 2003 和

目標平台

Windows 98、Windows 2000、Windows 2000 Server、Windows CE、Windows Server 2008、Windows 98 Second Edition、Pocket PC、智慧型手機、Windows Server 2003、Windows XP Professional、Windows Vista、Windows XP

請參閱

參照

DeploymentServiceClient 類別
DeploymentServiceClient 成員
Microsoft.Xrm.Sdk.Deployment 命名空間
Retrieve
RetrieveRequest
DeploymentEntityType 列舉

其他資源

Use Deployment Entities and Deployment Configuration Settings

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.