This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGeoDataServerInit Interface > IGeoDataServerInit.InitWithWorkspace Method (ArcObjects .NET 10.4 SDK) |
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.