StoreSchema Method
Description
Stores the currently open Schema in a Named Object Library replacing any existing Schema with the same name.
Syntax
Visual Basic |
---|
Public Function StoreSchema( _ ByVal schema As String _ ) As Integer |
Parameters
- schema
- The name of the Schema to create, or replace.
Remarks
Use LoadSchema to load a Schema for editing.
Available: GEO D OD OM SISpy
Group:
Example
sis.StoreSchema ("Schema2")