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


IReplicaDescription.AddDatasetNames Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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