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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The AddDatasetNames method can be used to add dataset names to the replica description after the init method has been called.