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




The input workspace used to validate the field names. If the input is a geodatabase table and the output workspace is a dBASE table, the field names may be truncated, since dBASE fields can only have names of ten characters or less. The new names may be reviewed and altered using the field information control. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.