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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the message for the event data.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
ReadOnly Property Message As String
Get
'Usage
Dim instance As IStatusEventData
Dim value As String
value = instance.Message
string Message { get; }
property String^ Message {
String^ get ();
}
abstract Message : string
function get Message () : String
Property Value
Type: System.String
The message for the event data.