AgentCore.StatusEventHandler Delegate
Delegate that handles the Status event that is raised during agent execution.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Синтаксис
'Декларация
<ComVisibleAttribute(False)> _
Public Delegate Sub StatusEventHandler ( _
sender As Object, _
e As StatusEventArgs _
)
[ComVisibleAttribute(false)]
public delegate void StatusEventHandler (
Object sender,
StatusEventArgs e
)
[ComVisibleAttribute(false)]
public delegate void StatusEventHandler (
Object^ sender,
StatusEventArgs^ e
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */
public delegate void StatusEventHandler (
Object sender,
StatusEventArgs e
)
JScript поддерживает использование делегатов, но не объявление новых.
Параметры
- sender
The source of the status event.
- e
A StatusEventArgs object that contains the event data.
Замечания
The Status event returns a status message from the replication agent during synchronization. The AgentCore.StatusEventHandler returns a StatusEventArgs object when the Status event occurs during agent execution.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Microsoft.SqlServer.Replication Namespace
Другие ресурсы
Как синхронизировать подписку по запросу (программирование объектов RMO)
Как синхронизировать принудительную подписку (программирование объектов RMO)
Sales Orders Sample Implementation Details