This document is archived and information here might be outdated. Recommended version. |
A list of datasets based on a replica ID.
[Visual Basic .NET] Public Function get_ReplicaDatasetsByID ( _ ByVal ReplicaID As Integer _ ) As IEnumReplicaDataset
[C#] public IEnumReplicaDataset get_ReplicaDatasetsByID ( int ReplicaID );
[C++]
HRESULT get_ReplicaDatasetsByID(
long ReplicaID,
IEnumReplicaDataset** enumReplicaDataset
);
[C++] Parameters ReplicaID [in]
ReplicaID is a parameter of type long enumReplicaDataset [out, retval]
enumReplicaDataset is a parameter of type IEnumReplicaDataset**
The ReplicaID is the ID assigned to the check-out in the Workspace. The IReplica::ReplicaID property can be used to get the ReplicaID. This property can be used as an alternative to ReplicaByName property to get the ReplicaDatasets.