This document is archived and information here might be outdated.  Recommended version.


IGdbSchemaCreator.CreateSchema Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGdbSchemaCreator Interface > IGdbSchemaCreator.CreateSchema Method
ArcGIS Developer Help

IGdbSchemaCreator.CreateSchema Method

Creates the schema for the data elements in the name mapping enumeration.

[Visual Basic .NET]
Public Sub CreateSchema ( _
    ByVal pWorkspace As IWorkspace, _
    ByVal pENM As IEnumNameMapping _
)
[C#]
public void CreateSchema (
    IWorkspace pWorkspace,
    IEnumNameMapping pENM
);
[C++]
HRESULT CreateSchema(
  IWorkspace* pWorkspace,
  IEnumNameMapping* pENM
);
[C++]
Parameters
pWorkspace [in]

pWorkspace is a parameter of type IWorkspace* pENM [in]
pENM is a parameter of type IEnumNameMapping*

Product Availability

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

Remarks

The CreateSchema method creates the schema for the data elements in the name mapping enumeration.

In order to create schema, you need to pass in IWorkspace and IEnumNameMapping.

 

See Also

IGdbSchemaCreator Interface | IGdbSchemaCreator Interface