IMergeSynchronizationAgent インターフェイス
遅延バインドされた COM クライアントの MergeSynchronizationAgent クラスの実装を提供します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("f7b73669-8742-4e3b-af40-9fed3f1cacab")> _
<ComVisibleAttribute(True)> _
Public Interface IMergeSynchronizationAgent
'使用
Dim instance As IMergeSynchronizationAgent
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[GuidAttribute("f7b73669-8742-4e3b-af40-9fed3f1cacab")]
[ComVisibleAttribute(true)]
public interface IMergeSynchronizationAgent
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[GuidAttribute(L"f7b73669-8742-4e3b-af40-9fed3f1cacab")]
[ComVisibleAttribute(true)]
public interface class IMergeSynchronizationAgent
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<GuidAttribute("f7b73669-8742-4e3b-af40-9fed3f1cacab")>]
[<ComVisibleAttribute(true)>]
type IMergeSynchronizationAgent = interface end
public interface IMergeSynchronizationAgent