com.esri.arcgis.geodatabase
Interface IReplicaDataset2

All Superinterfaces:
IReplicaDataset, Serializable
All Known Implementing Classes:
ReplicaDataset

public interface IReplicaDataset2
extends IReplicaDataset, Serializable

Provides access to members that return the properties of a replica dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getTargetName()
          The target name of the dataset.
 void setTargetName(String targetName)
          The target name of the dataset.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaDataset
getDatasetID, getName, getParentDatabase, getParentOwner, getReplicaID, getType
 

Method Detail

getTargetName

String getTargetName()
                     throws IOException,
                            AutomationException
The target name of the dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The targetName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTargetName

void setTargetName(String targetName)
                   throws IOException,
                          AutomationException
The target name of the dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
targetName - The targetName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.