ITransSynchronizationAgent 인터페이스

Provides an implementation of the TransSynchronizationAgent class for late-bound COM clients.

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

구문

‘선언
<GuidAttribute("2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
Public Interface ITransSynchronizationAgent
‘사용 방법
Dim instance As ITransSynchronizationAgent
[GuidAttribute("2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[ComVisibleAttribute(true)]
public interface ITransSynchronizationAgent
[GuidAttribute(L"2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[ComVisibleAttribute(true)]
public interface class ITransSynchronizationAgent
[<GuidAttribute("2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<ComVisibleAttribute(true)>]
type ITransSynchronizationAgent =  interface end
public interface ITransSynchronizationAgent

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

메서드

  이름 설명
공용 메서드 Abort
공용 메서드 IsSnapshotRequired
공용 메서드 Synchronize

맨 위로 이동

주의

See TransSynchronizationAgentfor information on members of ITransSynchronizationAgent.