ESRI.ArcGIS.ADF.IMS
Dataset Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Data Namespace : Dataset Class




An object that references a workspace from which a layer gets its data.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public MustInherit Class Dataset 
Visual Basic (Usage)Copy Code
Dim instance As Dataset
C# 
[SerializableAttribute()]
public abstract class Dataset 

Remarks

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:

Inheritance Hierarchy

See Also

© 2010 All Rights Reserved.