IStatusEventData.Message Property
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: String
The message for the event data.