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