ESRI.ArcGIS.DataManagementTools
ExportDataChangeMessage Constructor(Object,Object,String,String,String,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > ExportDataChangeMessage Class > ExportDataChangeMessage Constructor : ExportDataChangeMessage Constructor(Object,Object,String,String,String,String)




in_geodatabase
Specifies the replica geodatabase from which to export the data change message. The geodatabase may be local or remote. (In, Required)
out_data_changes_file
Specifies the delta file to export to. (Out, Required)
in_replica
The replica containing updates to be exported. (In, Required)
switch_to_receiver
Indicates whether to change the role of the replica to that of a receiver. The receiver may not send replica updates until updates from the relative replica sender arrive. (In, Required)
include_unacknowledged_changes
Indicates whether to include data changes that have been previously exported for which no acknowledgement message has been received. (In, Required)
include_new_changes
Indicates whether to include all data changes created since the last exported data change message. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_geodatabase As Object, _
   ByVal out_data_changes_file As Object, _
   ByVal in_replica As String, _
   ByVal switch_to_receiver As String, _
   ByVal include_unacknowledged_changes As String, _
   ByVal include_new_changes As String _
)
Visual Basic (Usage)Copy Code
Dim in_geodatabase As Object
Dim out_data_changes_file As Object
Dim in_replica As String
Dim switch_to_receiver As String
Dim include_unacknowledged_changes As String
Dim include_new_changes As String
 
Dim instance As ExportDataChangeMessage(in_geodatabase, out_data_changes_file, in_replica, switch_to_receiver, include_unacknowledged_changes, include_new_changes)
C# 
public ExportDataChangeMessage( 
   object in_geodatabase,
   object out_data_changes_file,
   string in_replica,
   string switch_to_receiver,
   string include_unacknowledged_changes,
   string include_new_changes
)

Parameters

in_geodatabase
Specifies the replica geodatabase from which to export the data change message. The geodatabase may be local or remote. (In, Required)
out_data_changes_file
Specifies the delta file to export to. (Out, Required)
in_replica
The replica containing updates to be exported. (In, Required)
switch_to_receiver
Indicates whether to change the role of the replica to that of a receiver. The receiver may not send replica updates until updates from the relative replica sender arrive. (In, Required)
include_unacknowledged_changes
Indicates whether to include data changes that have been previously exported for which no acknowledgement message has been received. (In, Required)
include_new_changes
Indicates whether to include all data changes created since the last exported data change message. (In, Required)

See Also

© 2010 All Rights Reserved.