DacProgressEventArgs Class
SQL Server 2014
Updated: April 20, 2017
Data associated with event raised as an executing operation completes individual steps of processing.
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

