This document is archived and information here might be outdated. Recommended version. |
A list of datasets based on a replica name.
[Visual Basic .NET] Public Function get_ReplicaDatasetsByName ( _ ByVal ReplicaName As String _ ) As IEnumReplicaDataset
[C#] public IEnumReplicaDataset get_ReplicaDatasetsByName ( string ReplicaName );
[C++]
HRESULT get_ReplicaDatasetsByName(
BSTR ReplicaName,
IEnumReplicaDataset** enumReplicaDataset
);
[C++] Parameters ReplicaName [in]
ReplicaName is a parameter of type BSTR enumReplicaDataset [out, retval]
enumReplicaDataset is a parameter of type IEnumReplicaDataset**
The replicaName is the name assigned to the check-out, which by default is also the name of the check-out version. The IReplica::Name property can be used to get the name of the check-out.