Condividi tramite


StatusEventArgs Class

Represents status information returned by a replication agent when the Status event occurs.

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Sintassi

'Dichiarazione
<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

Osservazioni

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

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

StatusEventArgs Members
Microsoft.SqlServer.Replication Namespace

Altre risorse

Procedura: Sincronizzazione di una sottoscrizione pull (programmazione RMO)
Procedura: Sincronizzazione di una sottoscrizione push (programmazione RMO)
Sales Orders Sample Implementation Details