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




Specifies whether to replicate rows related to rows already in the replica. For example, consider a feature (f1) inside the replication filter and a related feature (f2) from another class outside the filter. Feature f2 is included in the replica if you choose to get related data. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.