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


IOleDBFDOHelper.AttachWorkspace Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesOLEDB > ESRI.ArcGIS.DataSourcesOleDB > Interfaces > IO > IOleDBFDOHelper Interface > IOleDBFDOHelper.AttachWorkspace Method
ArcGIS Developer Help

IOleDBFDOHelper.AttachWorkspace Method

Attaches an existing Workspace to a Data Source object.

[Visual Basic .NET]
Public Sub AttachWorkspace ( _
    ByVal pWorkspace As IWorkspace _
)
[C#]
public void AttachWorkspace (
    IWorkspace pWorkspace
);
[C++]
HRESULT AttachWorkspace(
  IWorkspace* pWorkspace
);
[C++]
Parameters
pWorkspace [in]

pWorkspace is a parameter of type IWorkspace*

Product Availability

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

See Also

IOleDBFDOHelper Interface