Initializes a new instance of the DataSourceProperties class with the specified properties.

Overload List

  NameDescription
DataSourceProperties(String)
Initializes a new instance of the DataSourceProperties class to define a connection to a shapefile or file-based, raster data source.
DataSourceProperties(ArcSDEConnectionProperties, String)
Initializes a new instance of the DataSourceProperties class to define a connection to a feature class or raster stored in an ArcSDE geodatabase.
DataSourceProperties(String, String)
Initializes a new instance of the DataSourceProperties class to define a connection to a file geodatabase feature class or raster.

See Also