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




Indicates whether to reuse a geodatabase that contains the schema of the data you want to replicate. This reduces the amount of time required to replicate the data. This option is only available for check-out replicas. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.