MakeSchema Function |
||||||||||
Applies to: UnityMetaDataGlobals object Constructs a new Schema object. Syntax:object.MakeSchema([Name As String = ""], [InitialTables As = 0]) As The MakeSchema function syntax has these parts:
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.
|
||||||||||