Compartir a través de


DeploymentServiceClient.Retrieve Method

Definition

Retrieves a deployment record.

public:
 virtual Microsoft::Xrm::Sdk::Deployment::DeploymentObject ^ Retrieve(Microsoft::Xrm::Sdk::Deployment::DeploymentEntityType entityType, Microsoft::Xrm::Sdk::Deployment::EntityInstanceId ^ id);
public Microsoft.Xrm.Sdk.Deployment.DeploymentObject Retrieve (Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType entityType, Microsoft.Xrm.Sdk.Deployment.EntityInstanceId id);
abstract member Retrieve : Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType * Microsoft.Xrm.Sdk.Deployment.EntityInstanceId -> Microsoft.Xrm.Sdk.Deployment.DeploymentObject
override this.Retrieve : Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType * Microsoft.Xrm.Sdk.Deployment.EntityInstanceId -> Microsoft.Xrm.Sdk.Deployment.DeploymentObject
Public Function Retrieve (entityType As DeploymentEntityType, id As EntityInstanceId) As DeploymentObject

Parameters

entityType
DeploymentEntityType

TThe type of deployment entity specified by the id parameter.

id
EntityInstanceId

The ID of the deployment record to retrieve.

Returns

The deployment record.

Implements

Remarks

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

Applies to

See also