This document is archived and information here might be outdated. Recommended version. |
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*
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.