MakeSchema Function

Applies to:  UnityMetaDataGlobals object
See also:  Method and Function Index

Constructs a new Schema object.

Syntax:

object.MakeSchema([Name As String = ""], [InitialTables As = 0]) As

The MakeSchema function syntax has these parts:

Part Description
object The name of an object in the Applies to list.
Name No help available for this parameter.
InitialTables No help available for this parameter.

Remarks:

The MakeSchema function returns a newly constructed, using the supplied parameters.

The Name parameter is the default name that will be used when the schema is read from or written to physical media or a dbms. If omitted, subsequent attempts to load or save the schema must specify a name.

The InitialTables parameter specifies a collection of table definitions to be included in the newly constructed schema. The InitialTables parameter is optional, and may be omitted.

Home

Copyright and Disclaimer