StatusEventArgs Class
Represents status information returned by a replication agent when the Status event occurs.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Синтаксис
'Декларация
<ComVisibleAttribute(True)> _
<GuidAttribute("4afb1751-f142-4698-902a-bd19f3492458")> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)> _
Public Class StatusEventArgs
Inherits EventArgs
Implements IStatusEventData
[ComVisibleAttribute(true)]
[GuidAttribute("4afb1751-f142-4698-902a-bd19f3492458")]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)]
public class StatusEventArgs : EventArgs, IStatusEventData
[ComVisibleAttribute(true)]
[GuidAttribute(L"4afb1751-f142-4698-902a-bd19f3492458")]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDispatch)]
public ref class StatusEventArgs : public EventArgs, IStatusEventData
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("4afb1751-f142-4698-902a-bd19f3492458") */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch) */
public class StatusEventArgs extends EventArgs implements IStatusEventData
ComVisibleAttribute(true)
GuidAttribute("4afb1751-f142-4698-902a-bd19f3492458")
ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)
public class StatusEventArgs extends EventArgs implements IStatusEventData
Замечания
The Status event returns a status message, status code, and percentage complete information from the replication agent during synchronization. The AgentCore.StatusEventHandler returns a StatusEventArgs object when the Status event occurs during agent execution.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.SqlServer.Replication.StatusEventArgs
Синхронизация потоков
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 Members
Microsoft.SqlServer.Replication Namespace
Другие ресурсы
Как синхронизировать подписку по запросу (программирование объектов RMO)
Как синхронизировать принудительную подписку (программирование объектов RMO)
Sales Orders Sample Implementation Details