Specifies the underlying data source type for a feature layer or a raster layer, or a query result layer.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public enum DataSourceType
Visual Basic (Declaration)
Public Enumeration DataSourceType

Members

Member nameDescription
ArcSDE
An ArcSDE geodatabase.
File
A file-based data source type which could be a shapefile, dBase file or one of the supported raster formats. May also be a query result layer based on a file data format.
FileGeodatabase
A file geodatabase. May also be a query result layer based on a file geodatabase layer.
InMemory
An in-memory data source, typically the result of a query on a ServiceChildLayer.
Unknown
An unspecified data source type. This value will be set when the DataSourceProperties.Clear method is called.

Remarks

One of the enumeration values is used by the DataSourceProperties class to set the DataSourceType property.

See Also