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




The ArcSDE database connection file representing the ArcSDE workspace to be removed from the cache. Specify the path to the ArcSDE connection file that was used in running your geoprocessing tools in order to remove the specific ArcSDE workspace from the cache. Passing no input parameter will clear all ArcSDE workspaces from the cache. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.