Initializes a new instance of the DataSourceProperties class to define a connection to a feature class or raster stored in an ArcSDE geodatabase.

Namespace:  ESRI.ArcGISExplorer.Data

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

Syntax

C#
public DataSourceProperties(
	ArcSDEConnectionProperties connectionProperties,
	string datasetName
)
Visual Basic (Declaration)
Public Sub New ( _
	connectionProperties As ArcSDEConnectionProperties, _
	datasetName As String _
)

Parameters

connectionProperties
Type: ESRI.ArcGISExplorer.Data..::.ArcSDEConnectionProperties

An ArcSDEConnectionProperties object which defines the connection to an ArcSDE geodatabase.
datasetName
Type: System..::.String

The fully qualified name of the feature class or raster (e.g. "owner.rastername", "database.owner.featureclassname").

See Also