![]() |
This document is archived and information here might be outdated. Recommended version. |
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 GUID As UID _ )
[C#] public void RegisterExtension ( string Name, UID GUID );
[C++]
HRESULT RegisterExtension(
BSTR Name,
IUID* GUID
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR GUID [in]
GUID is a parameter of type IUID*