Freigeben über


DacOperationProgressMessage-Klasse

Progress message associated with the overall progress of a DAC operation.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.DacMessage
    Microsoft.SqlServer.Dac.DacOperationProgressMessage

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

Syntax

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

Der DacOperationProgressMessage-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Message Get friendly message for the current status of an operation. (Geerbt von DacMessage.)
Öffentliche Eigenschaft MessageType Get the type of the event message. (Geerbt von DacMessage.)
Öffentliche Eigenschaft Number Get numeric value associated with the event message. (Geerbt von DacMessage.)
Öffentliche Eigenschaft Prefix Get string prefix associated with the source of the event message. (Geerbt von DacMessage.)
Öffentliche Eigenschaft Progress Current progress in percent complete.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.SqlServer.Dac-Namespace