Interfaccia IStatusEventData
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents an interface for the status event data.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("22FA1CF5-D830-4A6A-89B4-0B40AC348CA7")> _
Public Interface IStatusEventData
'Utilizzo
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
Nel tipo IStatusEventData sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Message | Gets the message for the event data. | |
MessageStatus | Gets the status of the message for the event data. | |
PercentCompleted | Gets the percentage of changes that have been completed for the event data. |
In alto