Свойство IStatusEventData.MessageStatus

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the status of the message for the event data.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
ReadOnly Property MessageStatus As MessageStatus 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.SqlServer.Replication.MessageStatus
The status of the message for the event data.

См. также

Справочник

IStatusEventData Интерфейс

Пространство имен Microsoft.SqlServer.Replication