|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumReplicaDataset
Provides access to members that return a list of replica datasets.
Use IEnumReplicaDataset to cycle through replica datasets for a replica.
Objects of this type are created through the IReplica::ReplicaDatasets property. The enumerator contains a set of IReplicaDataset objects that participate in the replica.
Method Summary | |
---|---|
IReplicaDataset |
next()
Returns a dataset that is part of a replica. |
void |
reset()
Resets a list of replica datasets. |
Method Detail |
---|
IReplicaDataset next() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |