DacServices.Message 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 an operation reports status updates or errors.
public event EventHandler<Microsoft.SqlServer.Dac.DacMessageEventArgs> Message;
member this.Message : EventHandler<Microsoft.SqlServer.Dac.DacMessageEventArgs>
Public Custom Event Message As EventHandler(Of DacMessageEventArgs)
Public Event Message As EventHandler(Of DacMessageEventArgs)