This document is archived and information here might be outdated. Recommended version. |
Initializes a GeoDataServer object with a workspace.
[Visual Basic .NET] Public Sub InitWithWorkspace ( _ ByVal pWorkspace As IWorkspace _ )
[C#] public void InitWithWorkspace ( IWorkspace pWorkspace );
[C++]
HRESULT InitWithWorkspace(
IWorkspace* pWorkspace
);
[C++] Parameters pWorkspace [in]
pWorkspace is a parameter of type IWorkspace*
The InitWithWorkspace method initializes a GeoDataServer object with a workspace object for the geodatabase.