StatusEventArgs.MessageStatus Property

The current operational status of the replication agent.

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

Синтаксис

'Декларация
Public ReadOnly Property MessageStatus As MessageStatus
public MessageStatus MessageStatus { get; }
public:
virtual property MessageStatus MessageStatus {
    MessageStatus get () sealed;
}
/** @property */
public final MessageStatus get_MessageStatus ()
public final function get MessageStatus () : MessageStatus

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

A MessageStatus value that indicates the current operational status of the replication agent.

Замечания

The MessageStatus property is read-only.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

StatusEventArgs Class
StatusEventArgs Members
Microsoft.SqlServer.Replication Namespace