ArcObjects Library Reference (GeoDatabaseDistributed)  

IGeoDataServerInit.InitWithWorkspace Method

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

Product Availability

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

Remarks

The InitWithWorkspace method initializes a GeoDataServer object with a workspace object for the geodatabase.

See Also

IGeoDataServerInit Interface