把智能指针与一个对象指针关联,让智能指针管理该对象
Mcad::ErrorStatus acquire(T_OBJECT *& pObjToAcquire);
如果成功返回Mcad::eOk
McDbObjectPointerBase 方法