This document is archived and information here might be outdated. Recommended version. |
Changes the instance COM class associated with this database class.
[Visual Basic .NET] Public Sub AlterInstanceCLSID ( _ ByVal Name As String, _ ByVal InstanceCLSID As UID _ )
[C#] public void AlterInstanceCLSID ( string Name, UID InstanceCLSID );
[C++]
HRESULT AlterInstanceCLSID(
BSTR Name,
IUID* InstanceCLSID
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR InstanceCLSID [in]
InstanceCLSID is a parameter of type IUID*