Partager via


Message propriété

The status message returned by the replication agent.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (dans Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Message As String
    Get
'Utilisation
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

Valeur de la propriété

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

Implémente

IStatusEventData. . :: . .Message

Notes

The Message property is read-only.