DacProgressEventArgs Class
SQL Server 2012
Data associated with event raised as an executing operation completes individual steps of processing.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
The DacProgressEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Message | Get a friendly message associated with the current step of an operation. |
![]() | OperationId | Gets the ID of the top-level task the progress event relates to. |
![]() | Status | Get status of an active operation. |

