This document is archived and information here might be outdated. Recommended version. |
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*
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.