ArcObjects Library Reference (GeoDatabaseDistributed)  

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