|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImportSchema
Provides access to members that import schema changes to a replica.
The IImportSchema interface provides a method to import schema into a target workspace.
Method Summary | |
---|---|
void |
importSchema(ISchemaChanges schemaChanges)
Import schema info. |
Method Detail |
---|
void importSchema(ISchemaChanges schemaChanges) throws IOException, AutomationException
This method is used to import schema into a target workspace.
It takes one parameter, a reference to a schemachanges object as input. The schemachanges object must first be initialized by methods on the ISchemaChangesInit interface. This is where you will specify the target workspace. See the SchemaChanges coclass for more information.
See the ReplicaSchemaExporter coclass for information on exporting a replica schema.
schemaChanges
- A reference to a com.esri.arcgis.geodatabasedistributed.ISchemaChanges (in)
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 |