This event method is called when a running Database.Transfer or Database.ScriptTransfer method sends a new percent complete message for a specific step in the transfer process.
HRESULT pTransferSink->PercentCompleteAtStep (
SQLOLE_LPCSTR strStep,
long lPercentComplete );
Element | Type | Description |
---|
strStep | String | Current step of the transfer process |
lPercentComplete | Long | Percent of the step complete |