DacMessage-Klasse
Data associated with an executing operation to report status updates or errors.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Dac.DacMessage
Microsoft.SqlServer.Dac.DacDataProgressMessage
Microsoft.SqlServer.Dac.DacExceptionMessage
Microsoft.SqlServer.Dac.DacOperationProgressMessage
Microsoft.SqlServer.Dac.DacRetryMessage
Microsoft.SqlServer.Dac.Model.DacModelMessage
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DacMessage
'Usage
Dim instance As DacMessage
[SerializableAttribute]
public class DacMessage
[SerializableAttribute]
public ref class DacMessage
[<SerializableAttribute>]
type DacMessage = class end
public class DacMessage
Der DacMessage-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Message | Get friendly message for the current status of an operation. | |
MessageType | Get the type of the event message. | |
Number | Get numeric value associated with the event message. | |
Prefix | Get string prefix associated with the source of the event message. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | Return a string that represents the current object. (Überschreibt Object.ToString().) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.