com.esri.arcgis.geodatabase
Interface IReplicaDescription3
- All Superinterfaces:
- IReplicaDescription, IReplicaDescription2, Serializable
- All Known Subinterfaces:
- IReplicaDescription4
- All Known Implementing Classes:
- ReplicaDescription
public interface IReplicaDescription3
- extends IReplicaDescription2, Serializable
Provides access to members which set and return the properties of a ReplicaDescription object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaDescription |
addDatasetNames, findTable, getDatasetNames, getReplicaModelType, getTableName, getTableNameCount, init, isPrivateTable, isTableExcluded, setIsPrivateTable, setReplicaModelType, setTableExcluded |
setAccessType
void setAccessType(int accessType)
throws IOException,
AutomationException
- Gets the Replica access type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
accessType
- A com.esri.arcgis.geodatabase.esriReplicaAccessType constant (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getAccessType
int getAccessType()
throws IOException,
AutomationException
- Gets the Replica access type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- A com.esri.arcgis.geodatabase.esriReplicaAccessType constant
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.