This document is archived and information here might be outdated. Recommended version. |
Occurs in the replica geodatabase before data changes are exported from that replica geodatabase to a delta database.
[Visual Basic .NET] Public Sub BeforeExportingDataChanges ( _ ByVal sourceReplica As IReplica, _ ByVal dataChangesSource As Object, _ ByVal DeltaFile As Object _ )
[C#] public void BeforeExportingDataChanges ( IReplica sourceReplica, object dataChangesSource, object DeltaFile );
[C++]
HRESULT BeforeExportingDataChanges(
IReplica* sourceReplica,
LPUNKNOWN dataChangesSource,
LPUNKNOWN DeltaFile
);
[C++] Parameters sourceReplica [in]
sourceReplica is a parameter of type IReplica* dataChangesSource [in]
dataChangesSource is a parameter of type IUnknown DeltaFile [in]
DeltaFile is a parameter of type IUnknown