The Parent property returns the SQL-DMO object owning the referenced SQL-DMO object.
All objects
object.Parent
Part | Description |
---|---|
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 by using the IUnknown::Release function.