DacServices.ProgressChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked as the state of an operation changes.
public event EventHandler<Microsoft.SqlServer.Dac.DacProgressEventArgs> ProgressChanged;
member this.ProgressChanged : EventHandler<Microsoft.SqlServer.Dac.DacProgressEventArgs>
Public Custom Event ProgressChanged As EventHandler(Of DacProgressEventArgs)
Public Event ProgressChanged As EventHandler(Of DacProgressEventArgs)