Compartilhar via


Interface IStatusEventData

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents an interface for the status event data.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
<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

O tipo IStatusEventData expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Message Gets the message for the event data.
Propriedade pública MessageStatus Gets the status of the message for the event data.
Propriedade pública PercentCompleted Gets the percentage of changes that have been completed for the event data.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Replication