Freigeben über


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

Eigenschaftenwert

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

Implementiert

IStatusEventData. . :: . .Message

Hinweise

The Message property is read-only.