Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the progress of the import process.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetImportProgress ( _
jobId As Guid _
) As Double
'Usage
Dim instance As AdministrationMetadataCatalog
Dim jobId As Guid
Dim returnValue As Double
returnValue = instance.GetImportProgress(jobId)
public double GetImportProgress(
Guid jobId
)
Parameters
jobId
Type: System.GuidThe GUID used to track the import process.
Return Value
Type: System.Double
The progress of the import process as a number between 0 and 1.
Remarks
If there is no import process for the specified job ID, this method returns 0.
See Also
Reference
AdministrationMetadataCatalog Class