DacDataProgressMessage-Klasse
Data associated with an executing data operation to report status updates or errors related to progress.
Vererbungshierarchie
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
Der DacDataProgressMessage-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Message | Get friendly message for the current status of an operation. (Geerbt von DacMessage.) | |
MessageType | Get the type of the event message. (Geerbt von DacMessage.) | |
Number | Get numeric value associated with the event message. (Geerbt von DacMessage.) | |
Prefix | Get string prefix associated with the source of the event message. (Geerbt von DacMessage.) | |
Progress | The 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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | Return a string that represents the current object. (Geerbt von DacMessage.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.