The workspace containing this dataset.
[Visual Basic .NET] Public ReadOnly Property Workspace As IWorkspace
[C#] public IWorkspace Workspace {get;}
[C++]
HRESULT get_Workspace(
IWorkspace** database
);
[C++]Parameters
database [out, retval]database is a parameter of type IWorkspace
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The Workspace property returns the containing workspace for this dataset.
Errors Returned
FDO_E_NOT_SUPPORTED
Will be returned if this property is accessed on a workspace object.