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




in_geodatabase
Specifies the replica geodatabase to receive the imported message. The geodatabase may be local or remote. (In, Required)
source_delta_file
Specifies the file from which the message will be imported. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_geodatabase
Specifies the replica geodatabase to receive the imported message. The geodatabase may be local or remote. (In, Required)
source_delta_file
Specifies the file from which the message will be imported. (In, Required)

See Also

© 2010 All Rights Reserved.