ArcObjects Library Reference (GeoDatabase)  

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 [out, retval]

  RowsType is a parameter of type esriRowsType

RowsType [in]

  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