Chapter 9 Accessing objects using VBScript


Objects

Objects correspond to any PowerDesigner objects. An object belongs to a metaclass of the PowerDesigner metamodel.

Each object has properties, collections and methods that it inherits from its metaclass.

You can browse the PowerDesigner metamodel to get information about the properties and collections available for each metaclass.

Example

'Variables are not typed. You create them and the 'location where you use them determines what they are
'How to declare a new variable object
Dim NewTable

 


Copyright (C) 2005. Sybase Inc. All rights reserved.