DacProgressEventArgs Class

Definition

Data associated with event raised as an executing operation completes individual steps of processing.

public sealed class DacProgressEventArgs : EventArgs
type DacProgressEventArgs = class
    inherit EventArgs
Public NotInheritable Class DacProgressEventArgs
Inherits EventArgs
Inheritance
DacProgressEventArgs

Properties

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.

Applies to