This document is archived and information here might be outdated.  Recommended version.


IGPReplicaDataset.DatasetType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDataset Interface > IGPReplicaDataset.DatasetType Property
ArcGIS Developer Help

IGPReplicaDataset.DatasetType Property

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 [in]

DatasetType is a parameter of type esriDatasetType DatasetType [out, retval]
DatasetType is a parameter of type esriDatasetType*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IGPReplicaDataset Interface