Share via


BusinessDataCatalogSharedServiceClient.GetImportProgress Method

Retrieves the progress of an ImportPackageWithProgress([], String, PackageContents, AdministrationMetadataCatalogStruct, String, Int32, Boolean, Guid) operation using the specified identifier.

Namespace:  [BdcAdminService Web service]
Service reference: http://Site/_vti_bin/BdcAdminService.svc

Syntax

'Declaration
Public Function GetImportProgress ( _
    jobId As Guid, _
    partitionId As Guid _
) As Double
'Usage
Dim instance As BusinessDataCatalogSharedServiceClient
Dim jobId As Guid
Dim partitionId As Guid
Dim returnValue As Double

returnValue = instance.GetImportProgress(jobId, _
    partitionId)
public double GetImportProgress(
    Guid jobId,
    Guid partitionId
)

Parameters

  • jobId
    Type: System.Guid

    Unique identifier of the import operation.

Return Value

Type: System.Double
A value between 0 and 1 (inclusive) that represents the progress of the operation.

Remarks

A return value of 0 means that the import job specified by the jobId parameter is not recognized.

See Also

Reference

BusinessDataCatalogSharedServiceClient Class

BusinessDataCatalogSharedServiceClient Members

BdcAdminService Web Service