This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDescription Interface > IReplicaDescription.AddDatasetNames Method (ArcObjects .NET 10.5 SDK) |
Adding dataset names to the existing list of replica description dataset names.
[Visual Basic .NET] Public Sub AddDatasetNames ( _ ByVal DatasetNames As IEnumName _ )
[C#] public void AddDatasetNames ( IEnumName DatasetNames );
[C++]
HRESULT AddDatasetNames(
IEnumName* DatasetNames
);
[C++]
Parameters DatasetNames [in]
DatasetNames is a parameter of type IEnumName
The AddDatasetNames method can be used to add dataset names to the replica description after the init method has been called.