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




Specifies if the schema (field definitions) of the input datasets must match the schema of the target dataset in order for data to be appended. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.