This document is archived and information here might be outdated. Recommended version. |
The containing parent dataset.
[Visual Basic .NET] Public ReadOnly Property Parent As IDataset
[C#] public IDataset Parent {get;}
[C++]
HRESULT get_Parent(
IDataset** Dataset
);
[C++] Parameters Dataset [out, retval]
Dataset is a parameter of type IDataset**
Returns the parent of the dataset component. For example, for geodatabase network datasets this will return the containing feature dataset.