This document is archived and information here might be outdated. Recommended version. |
Attaches the object to its parent and the catalog.
[Visual Basic .NET] Public Sub Attach ( _ ByVal Parent As ITxCatalogObject, _ ByVal pCatalog As ITxCatalog _ )
[C#] public void Attach ( ITxCatalogObject Parent, ITxCatalog pCatalog );
[C++]
HRESULT Attach(
ITxCatalogObject* Parent,
ITxCatalog* pCatalog
);
[C++] Parameters Parent [in]
Parent is a parameter of type ITxCatalogObject* pCatalog [in]
pCatalog is a parameter of type ITxCatalog*