ESRI.ArcGIS.DataManagementTools
out_geodatabase Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > CreateReplicaFromServer Class : out_geodatabase Property




The local geodatabase or geodata service that will host the child replica. Geodata services are used to represent remote geodatabases. The geodatabase can be an ArcSDE, file, or personal geodatabase. For two-way replicas the child geodatabase must be ArcSDE. For one-way and check-out replicas the geodatabase can be personal, file, or ArcSDE. Personal or file geodatabases must already exist before running this tool. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property out_geodatabase As Object
Visual Basic (Usage)Copy Code
Dim instance As CreateReplicaFromServer
Dim value As Object
 
instance.out_geodatabase = value
 
value = instance.out_geodatabase
C# 
public object out_geodatabase {get; set;}

See Also

© 2010 All Rights Reserved.