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


IOleDBFDOHelper.AttachWorkspace Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesOleDB)  

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