ArcObjects Library Reference (GeoDatabase)  

IReplicaDataset.DatasetID Property

The ID of the dataset.

[Visual Basic .NET]
Public ReadOnly Property DatasetID As Integer
[C#]
public int DatasetID {get;}
[C++]
HRESULT get_DatasetID(
  long* DatasetID
);
[C++]

Parameters

DatasetID [out, retval]   DatasetID is a parameter of type long

Product Availability

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

Description

The DatasetID uniquely identifies the dataset (i.e. feature class, table or attributed relationship class) within the context of the workspace. This ID differs for corresponding datasets on the master and the check-out workspace.

See Also

IReplicaDataset Interface