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


IGPReplicaDataset.RowsType 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.RowsType Property
ArcGIS Developer Help

IGPReplicaDataset.RowsType Property

Defines the replicated rows.

[Visual Basic .NET]
Public Property RowsType As esriRowsType
[C#]
public esriRowsType RowsType {get; set;}
[C++]
HRESULT get_RowsType(
  esriRowsType RowsType
);
[C++]
HRESULT put_RowsType(
  esriRowsType* RowsType
);
[C++]
Parameters
RowsType [in]

RowsType is a parameter of type esriRowsType RowsType [out, retval]
RowsType is a parameter of type esriRowsType*

Product Availability

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

Remarks

Returns the rows type of the replica dataset as a value of the esriRowsType enumeration.  Only datasets that return esriRowsTypeFilter apply the filters imposed by the other returned properties in IGPReplicaDataset.

See the esriRowsType enumeration for more information.

 

See Also

IGPReplicaDataset Interface