ArcObjects Library Reference (GeoDatabase)  

IWorkspaceReplicasAdmin3.ReplicasByDataset Property

Indicates if dataset is part of a replica.

[Visual Basic .NET]
Public Function get_ReplicasByDataset ( _
    ByVal DatasetType As esriDatasetType, _
    ByVal DatasetID As Integer _
) As ILongArray
[C#]
public ILongArray get_ReplicasByDataset (
    esriDatasetType DatasetType,
    int DatasetID
);
[C++]
HRESULT get_ReplicasByDataset(
  esriDatasetType DatasetType,
  long DatasetID,
  ILongArray** ReplicaID
);
[C++]

Parameters

DatasetType [in]

  DatasetType is a parameter of type esriDatasetType

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

  ReplicaID is a parameter of type ILongArray

Product Availability

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

See Also

IWorkspaceReplicasAdmin3 Interface