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




A Workspace object that points to an Sde data-source.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class SdeWorkspace 
   Inherits Workspace
Visual Basic (Usage)Copy Code
Dim instance As SdeWorkspace
C# 
[SerializableAttribute()]
public class SdeWorkspace : Workspace 

Example

For an example of using SdeWorkspace to add a new layer from ArcSDE to the map, see FeatureLayer(string, FeatureDataset) .

Remarks

The SdeWorkspace class enables adding layers dynamically to the map for display or query. SdeWorkspace adds ArcSDE layers to the map, which are spatial layers stored in a database. See ArcIMS Help for more information on data sources for ArcIMS.

A single workspace object can be used to add multiple layers. For example, if you have two ArcSDE layers within a database, the same SdeWorkspace can be used to add both layers to the map.

Since dynamic layers are not supported with ArcMap Server image service, this class is not available for use with ArcMap Server.

For more information on ArcSDE data sources, see ArcIMS Help.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Data.Workspace
      ESRI.ArcGIS.ADF.IMS.Data.SdeWorkspace

See Also

© 2010 All Rights Reserved.