This document is archived and information here might be outdated.  Recommended version.


IBasicRasterSdeConnection.SdeWorkspaceName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBasicRasterSdeConnection Interface > IBasicRasterSdeConnection.SdeWorkspaceName Property
ArcGIS Developer Help

IBasicRasterSdeConnection.SdeWorkspaceName Property

The SDE Connection, set through WorkspaceName object.

[Visual Basic .NET]
Public WriteOnly Property SdeWorkspaceName
[C#]
public void SdeWorkspaceName {set;}
[C++]
HRESULT put_SdeWorkspaceName(
  IWorkspaceName* 
);
[C++]
Parameters
 [in]

is a parameter of type IWorkspaceName*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBasicRasterSdeConnection Interface