DacDataProgressMessage Class

Definition

Data associated with an executing data operation to report status updates or errors related to progress.

[System.Serializable]
public sealed class DacDataProgressMessage : Microsoft.SqlServer.Dac.DacMessage
[<System.Serializable>]
type DacDataProgressMessage = class
    inherit DacMessage
Public NotInheritable Class DacDataProgressMessage
Inherits DacMessage
Inheritance
DacDataProgressMessage
Attributes

Properties

ElementType

The type of element if the error is a validation error related to an element

(Inherited from DacMessage)
Message

Get friendly message for the current status of an operation.

(Inherited from DacMessage)
MessageType

Get the type of the event message.

(Inherited from DacMessage)
Number

Get numeric value associated with the event message.

(Inherited from DacMessage)
Prefix

Get string prefix associated with the source of the event message.

(Inherited from DacMessage)
Progress

Current progress in percent complete.

SchemaName

The schema name of the table whose progress is being reported.

TableName

The name of the table whose progress is being reported.

Methods

ToString()

Return a string that represents the current object.

(Inherited from DacMessage)

Applies to