ArcObjects Library Reference (GeoDatabase)  

IReplicaFilterDescription.RowsType Property

Replica row type options.

[Visual Basic .NET]
Public Function get_RowsType ( _
    ByVal Index As Integer _
) As esriRowsType
[C#]
public esriRowsType get_RowsType (
    int Index
);
[C++]
HRESULT get_RowsType(
  long Index,
  esriRowsType* rType
);
[C++]

Parameters

Index [in]   Index is a parameter of type long rType [out, retval]

  rType is a parameter of type esriRowsType

Product Availability

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

Remarks

The value returned indicates how the check out or extraction process determines which rows to checkout. Only datasets that return esriRowsTypeFilter apply the filters imposed by the other returned properties in IReplicaFilterDescription.

See Also

IReplicaFilterDescription Interface