This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDataset Interface > IGPReplicaDataset.DatasetType Property (ArcObjects .NET 10.4 SDK) |
The dataset type.
[Visual Basic .NET] Public Property DatasetType As esriDatasetType
[C#] public esriDatasetType DatasetType {get; set;}
[C++]
HRESULT get_DatasetType(
esriDatasetType* DatasetType
);
[C++]
HRESULT put_DatasetType(
esriDatasetType DatasetType
);
[C++]
Parameters DatasetType [out, retval]
DatasetType is a parameter of type esriDatasetType DatasetType [in]
DatasetType is a parameter of type esriDatasetType
The DatasetType property will return one of the following:
esriDTFeatureClass
esriDTTable
esriDTRelationshipClass
From these values, you can determine the associated feature datasets, geometric networks or topologies.