MergeSessionError-Klasse
Represents information on errors that occur during a Merge Agent session.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Replication.MergeSessionError
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public NotInheritable Class MergeSessionError
'Usage
Dim instance As MergeSessionError
public sealed class MergeSessionError
public ref class MergeSessionError sealed
[<SealedAttribute>]
type MergeSessionError = class end
public final class MergeSessionError
Der MergeSessionError-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
MergeSessionError | Creates an instance of the MergeSessionError class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ErrorCode | Gets or sets the error code. | |
ErrorMessage | Gets or sets the error message. | |
SourceName | Gets or sets the source of the error. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.