Compartir a través de


Clase DacDataProgressMessage

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dac
Ensamblado:  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public NotInheritable Class DacDataProgressMessage _
    Inherits DacMessage
'Uso
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

El tipo DacDataProgressMessage expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Message Get friendly message for the current status of an operation. (Se hereda de DacMessage.)
Propiedad pública MessageType Get the type of the event message. (Se hereda de DacMessage.)
Propiedad pública Number Get numeric value associated with the event message. (Se hereda de DacMessage.)
Propiedad pública Prefix Get string prefix associated with the source of the event message. (Se hereda de DacMessage.)
Propiedad pública Progress The current progress in percent complete.
Propiedad pública SchemaName The schema name of the table whose progress is being reported.
Propiedad pública TableName The name of the table whose progress is being reported.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString Return a string that represents the current object. (Se hereda de DacMessage.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dac