The Parent property specifies a parent object or collection.
object.Parent
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
The parent of an object is the collection of which it is a member of in the DTS hierarchy. The parent of a collection is the object above it in the hierarchy. The parent of the Package object is itself.
Object
Read-only
HRESULT GetParent(IDTSStdObject **pRetVal);
Note A C/C++ application obtains a reference on the parent object. The application must release its reference using the IUnknown::Release method.