This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceReplicasAdmin3 Interface > IWorkspaceReplicasAdmin3.ReplicasByDataset Property (ArcObjects .NET 10.4 SDK) |
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