IStatusEventData 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Represents an interface for the status event data.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("22FA1CF5-D830-4A6A-89B4-0B40AC348CA7")> _
Public Interface IStatusEventData
‘사용 방법
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

IStatusEventData 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 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.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스