Registers this workspace extension with the database making it required for successful connection to this database.
[Visual Basic 6.0] Sub RegisterExtension(
ByVal Name As String, _
ByVal pGUID As IUID _
)
[Visual Basic .NET] Public Sub RegisterExtension ( _ ByVal Name As String, _ ByVal pGUID As UID _ )
[C#] public void RegisterExtension ( string Name, UID pGUID );
[Java] public void registerExtension ( String Name, UID pGUID ) throws IOException, AutomationException
[C++] HRESULT RegisterExtension( BSTR Name, IUID* pGUID );
Parameters
Name [in]
Name is a parameter of type BSTR
pGUID [in]
pGUID is a parameter of type IUID