Registers this workspace extension with the database making it required for successful connection to this database.
[Visual Basic .NET] Public Sub RegisterExtension ( _ ByVal Name As String, _ ByVal pGUID As UID _ )
[C#] public void RegisterExtension ( string Name, UID pGUID );
[C++]
HRESULT RegisterExtension(
BSTR Name,
IUID* pGUID
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR pGUID [in]pGUID is a parameter of type IUID
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.