StatusEventArgs Members
Represents status information returned by a replication agent when the Status event occurs.
The following tables list the members exposed by the StatusEventArgs type.
Public Constructors
Nom | Description | |
---|---|---|
StatusEventArgs | Overloaded. Creates a new instance of the StatusEventArgs class. |
Haut de la page
Public Properties
Nom | Description | |
---|---|---|
Message | The status message returned by the replication agent. | |
MessageStatus | The current operational status of the replication agent. | |
PercentCompleted | The estimated amount of the overall synchronization that has completed. |
Haut de la page
Public Methods
(see also Protected Methods )
Nom | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Haut de la page
Protected Methods
Nom | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Haut de la page
Voir aussi
Référence
StatusEventArgs Class
Microsoft.SqlServer.Replication Namespace
Autres ressources
Procédure : synchroniser un abonnement par extraction de données (pull) (Programmation RMO)
Procédure : pour synchroniser un abonnement d'envoi de données (programmation RMO)
Sales Orders Sample Implementation Details