IStatusEventData.MessageStatus Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the status of the message for the event data.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
ReadOnly Property MessageStatus As MessageStatus 
    Get
'Usage
Dim instance As IStatusEventData 
Dim value As MessageStatus 

value = instance.MessageStatus
MessageStatus MessageStatus { get; }
property MessageStatus MessageStatus {
    MessageStatus get ();
}
abstract MessageStatus : MessageStatus
function get MessageStatus () : MessageStatus

Property Value

Type: Microsoft.SqlServer.Replication.MessageStatus
The status of the message for the event data.

See Also

Reference

IStatusEventData Interface

Microsoft.SqlServer.Replication Namespace