DacProgressEventArgs.OperationId Property

Definition

Gets the ID of the top level task the progress event relates to.

public int OperationId { get; }
member this.OperationId : int
Public ReadOnly Property OperationId As Integer

Property Value

Remarks

  • Extract = 1
  • Publish = 2
  • ImportData = 3
  • ExportData = 4
  • Unregister = 5
  • Register = 6
  • DriftReport = 7
  • DeployReport = 8
  • Script = 9

Applies to