ArcObjects Library Reference (DataSourcesRasterUI)  

IRasterSdeConnection2 Interface

Provides access to members that control the RasterSDE connection.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Read/write property Database The database name.
Read/write property InputBitMaskName The input 1-bit raster dataset name to be used as mask.
Read/write property InputRasterName The input raster dataset name.
Read/write property Instance The server instance.
Read/write property MaskRaster The input raster mask to be loaded to SDE.
Read/write property Password The sde password.
Read/write property Raster The input raster to be loaded to SDE.
Write-only property SdeConnection The SDE Connection, set through GxDatabase object.
Read/write property SdeRasterName The output raster dataset name.
Write-only property SdeWorkspaceName The SDE Connection, set through WorkspaceName object.
Read/write property ServerName The server name.
Read/write property UserName The sde username.

CoClasses that implement IRasterSdeConnection2

CoClasses and Classes Description
RasterSdeLoader A mechanism to control creation of SDE Raster datasets and load raster data.

Remarks

There are three ways to specify a connection to a geodatabase: a WorkspaceName object, a GxDatabase, or the connection properties for the database.

The SdeConnection property allows you to specify a GxDatabase object, which can be retrieved from ArcCatalog containing the connection properties.

The SdeWorkspaceName property lets you specify the connection using a WorkspaceName object that contains the connection information.

To connect without using a WorkspaceName or GxDatabase object, the ServerName, Instance, UserName, Password and Database properties must be specified.

Connection to an ArcSDE geodatabase, InputRasterName and SdeRasterName are required for loading rasters.