DacDataProgressMessage Class

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

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.DacMessage
    Microsoft.SqlServer.Dac.DacDataProgressMessage

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class DacDataProgressMessage _
    Inherits DacMessage
'Usage
Dim instance As DacDataProgressMessage
[SerializableAttribute]
public sealed class DacDataProgressMessage : DacMessage
[SerializableAttribute]
public ref class DacDataProgressMessage sealed : public DacMessage
[<SealedAttribute>]
[<SerializableAttribute>]
type DacDataProgressMessage =  
    class 
        inherit DacMessage 
    end
public final class DacDataProgressMessage extends DacMessage

The DacDataProgressMessage type exposes the following members.

Properties

  Name Description
Public property Message Get friendly message for the current status of an operation. (Inherited from DacMessage.)
Public property MessageType Get the type of the event message. (Inherited from DacMessage.)
Public property Number Get numeric value associated with the event message. (Inherited from DacMessage.)
Public property Prefix Get string prefix associated with the source of the event message. (Inherited from DacMessage.)
Public property Progress The current progress in percent complete.
Public property SchemaName The schema name of the table whose progress is being reported.
Public property TableName The name of the table whose progress is being reported.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString Return a string that represents the current object. (Inherited from DacMessage.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac Namespace