This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetComponent Interface > IDatasetComponent.Parent Property (ArcObjects .NET 10.5 SDK) |
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.