Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: System.String
A String value that contains the status message.
Implements
Remarks
The Message property is read-only.