com.esri.arcgis.geodatabase
Interface IWorkspaceReplicasAdmin3
- All Superinterfaces:
- IWorkspaceReplicasAdmin, IWorkspaceReplicasAdmin2, Serializable
- All Known Implementing Classes:
- IWorkspaceReplicasAdmin3Proxy, Workspace
public interface IWorkspaceReplicasAdmin3
- extends IWorkspaceReplicasAdmin2, Serializable
Provides access to members that modify information about a replica.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getReplicasByDataset
ILongArray getReplicasByDataset(int datasetType,
int datasetID)
throws IOException,
AutomationException
- Indicates if dataset is part of a replica.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
datasetType
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)datasetID
- The datasetID (in)
- Returns:
- A reference to a com.esri.arcgis.system.ILongArray
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.