ArcObjects Library Reference (GeoDatabase)  

IPlugInWorkspaceFactoryHelper2.OpenWorkspaceEx Method

Opens a workspace helper for the workspace identified by the workspace string, using the connection properties.

[Visual Basic .NET]
Public Function OpenWorkspaceEx ( _
    ByVal wksString As String, _
    ByVal pConnectionProps As IPropertySet _
) As IPlugInWorkspaceHelper
[C#]
public IPlugInWorkspaceHelper OpenWorkspaceEx (
    string wksString,
    IPropertySet pConnectionProps
);
[C++]
HRESULT OpenWorkspaceEx(
  BSTR wksString,
  IPropertySet* pConnectionProps,
  IPlugInWorkspaceHelper** wksHelper
);
[C++]

Parameters

wksString [in]   wksString is a parameter of type BSTR pConnectionProps [in]

  pConnectionProps is a parameter of type IPropertySet

wksHelper [out, retval]

  wksHelper is a parameter of type IPlugInWorkspaceHelper

Product Availability

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

See Also

IPlugInWorkspaceFactoryHelper2 Interface