This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDataset Interface > IGPReplicaDataset.RowsType Property (ArcObjects .NET 10.4 SDK) |
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 [out, retval]
RowsType is a parameter of type esriRowsType RowsType [in]
RowsType is a parameter of type esriRowsType
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.