Compartir a través de


Interfaz IStatusEventData

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents an interface for the status event data.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("22FA1CF5-D830-4A6A-89B4-0B40AC348CA7")> _
Public Interface IStatusEventData
'Uso
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

El tipo IStatusEventData expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Message Gets the message for the event data.
Propiedad pública MessageStatus Gets the status of the message for the event data.
Propiedad pública PercentCompleted Gets the percentage of changes that have been completed for the event data.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication