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




in_geodatabase
Specifies the replica geodatabase to which the replica schema will be compared. The geodatabase may be a local geodatabase or a geodata service. (In, Required)
in_source_file
Specifies the file which contains the relative replica schema to use for the comparison. (In, Required)
output_replica_schema_changes_file
Specifies the file to contain a description of the schema differences. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_geodatabase As Object, _
   ByVal in_source_file As Object, _
   ByVal output_replica_schema_changes_file As Object _
)
Visual Basic (Usage)Copy Code
Dim in_geodatabase As Object
Dim in_source_file As Object
Dim output_replica_schema_changes_file As Object
 
Dim instance As CompareReplicaSchema(in_geodatabase, in_source_file, output_replica_schema_changes_file)
C# 
public CompareReplicaSchema( 
   object in_geodatabase,
   object in_source_file,
   object output_replica_schema_changes_file
)

Parameters

in_geodatabase
Specifies the replica geodatabase to which the replica schema will be compared. The geodatabase may be a local geodatabase or a geodata service. (In, Required)
in_source_file
Specifies the file which contains the relative replica schema to use for the comparison. (In, Required)
output_replica_schema_changes_file
Specifies the file to contain a description of the schema differences. (Out, Required)

See Also

© 2010 All Rights Reserved.