Freigeben über


StatusEventArgs.Message-Eigenschaft

The status message returned by the replication agent.

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

Syntax

'Declaration
Public ReadOnly Property Message As String 
    Get
'Usage
Dim instance As StatusEventArgs 
Dim value As String 

value = instance.Message
public string Message { get; }
public:
virtual property String^ Message {
    String^ get () sealed;
}
abstract Message : string 
override Message : string
final function get Message () : String

Eigenschaftswert

Typ: System.String
A String value that contains the status message.

Implementiert

IStatusEventData.Message

Hinweise

The Message property is read-only.

Siehe auch

Verweis

StatusEventArgs Klasse

Microsoft.SqlServer.Replication-Namespace