Partager via


Interface IStatusEventData

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents an interface for the status event data.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("22FA1CF5-D830-4A6A-89B4-0B40AC348CA7")> _
Public Interface IStatusEventData
'Utilisation
Dim instance As IStatusEventData
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[GuidAttribute("22FA1CF5-D830-4A6A-89B4-0B40AC348CA7")]
public interface IStatusEventData
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[GuidAttribute(L"22FA1CF5-D830-4A6A-89B4-0B40AC348CA7")]
public interface class IStatusEventData
[<ComVisibleAttribute(true)>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<GuidAttribute("22FA1CF5-D830-4A6A-89B4-0B40AC348CA7")>]
type IStatusEventData =  interface end
public interface IStatusEventData

Le type IStatusEventData expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Message Gets the message for the event data.
Propriété publique MessageStatus Gets the status of the message for the event data.
Propriété publique PercentCompleted Gets the percentage of changes that have been completed for the event data.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Replication