![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
Dataset Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Data Namespace : Dataset Class |

Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public MustInherit Class Dataset |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Dataset |
C# | |
---|---|
[SerializableAttribute()] public abstract class Dataset |
A Dataset identifies the source of the data for a layer. The information about the data source varies depending on the specific type of Dataset.
Dataset is an abstract class. Classes that extent Dataset are:
- StaticLayerDataset - used for pre-existing layers in the map service, both FeatureLayer and ImageLayer.
- LayerIDDataset - used when copying pre-existing layers to show selections/highlights on the layer.
- FeatureDataset - used when creating a new, dynamically-added FeatureLayer.
- ImageDataset - used when creating a new, dynamically-added ImageLayer.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family