The Parent property returns the SQL-DMO object owning the referenced SQL-DMO object.
All objects
object.Parent
object
Expression that evaluates to an object in the Applies To list
Object
Read-only
HRESULT GetParent(LPSQLDMOSTDOBJECT* ppParent);
Note A C/C++ application obtains a reference on the parent object. The application must release its reference using the IUnknown::Release function.