ArcObjects Library Reference (GeoDatabaseDistributed)  

IGdbSchemaCreator Interface

Provides access to members that support geodatabase schema creation.

Product Availability

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

Members

Description
Method CreateSchema Creates the schema for the data elements in the name mapping enumeration.
Method GenerateNameMapping Generates a name mapping enumeration for the arrays of data elements and domains.

CoClasses that implement IGdbSchemaCreator

CoClasses and Classes Description
GdbSchemaCreator Esri Geodatabase Schema Creator object.

Remarks

The IGdbSchemaCreate interface provides two methods to create the schema for the data elements in the name mapping enumeration.  The GenerateNameMapping method generates a name mapping enumeration for the arrays of data elements and domain.  The CreateSchema method creates the schema for the data elements in the name mapping enumeration.

See Also

GdbSchemaCreator Class