Compartir a través de


DeploymentServiceClient.RetrieveAll(DeploymentEntityType) Method

Definition

Retrieves all deployment records for the specified deployment entity type.

public:
 virtual Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Deployment::EntityInstanceId ^> ^ RetrieveAll(Microsoft::Xrm::Sdk::Deployment::DeploymentEntityType entityType);
public Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Deployment.EntityInstanceId> RetrieveAll (Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType entityType);
abstract member RetrieveAll : Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType -> Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Deployment.EntityInstanceId>
override this.RetrieveAll : Microsoft.Xrm.Sdk.Deployment.DeploymentEntityType -> Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Deployment.EntityInstanceId>
Public Function RetrieveAll (entityType As DeploymentEntityType) As DataCollection(Of EntityInstanceId)

Parameters

entityType
DeploymentEntityType

The type of deployment entity for which to retrieve all records.

Returns

The collection of all deployment records.

Implements

Applies to

See also