This document is archived and information here might be outdated.  Recommended version.


IReplicaDescription.AddDatasetNames Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDescription Interface > IReplicaDescription.AddDatasetNames Method
ArcGIS Developer Help

IReplicaDescription.AddDatasetNames Method

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.

See Also

IReplicaDescription Interface