Classe StatusEventArgs
Represents status information returned by a replication agent when the Status event occurs.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (dans Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
<ComVisibleAttribute(True)> _
<GuidAttribute("71B58976-D89C-41E3-8097-E9CA20A873E1")> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)> _
Public Class StatusEventArgs _
Inherits EventArgs _
Implements IStatusEventData
'Utilisation
Dim instance As StatusEventArgs
[ComVisibleAttribute(true)]
[GuidAttribute("71B58976-D89C-41E3-8097-E9CA20A873E1")]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)]
public class StatusEventArgs : EventArgs,
IStatusEventData
[ComVisibleAttribute(true)]
[GuidAttribute(L"71B58976-D89C-41E3-8097-E9CA20A873E1")]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDispatch)]
public ref class StatusEventArgs : public EventArgs,
IStatusEventData
[<ComVisibleAttribute(true)>]
[<GuidAttribute("71B58976-D89C-41E3-8097-E9CA20A873E1")>]
[<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)>]
type StatusEventArgs =
class
inherit EventArgs
interface IStatusEventData
end
public class StatusEventArgs extends EventArgs implements IStatusEventData
Notes
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.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Replication..::..StatusEventArgs
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi