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


IGPReplicaDataset.DatasetType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 [out, retval]
DatasetType is a parameter of type esriDatasetType DatasetType [in]
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