The SchemaExplorer Object Model
Starting with a DatabaseSchema object, you can drill down into an object model to obtain further information about the contents of a database selected by the user. This diagram shows the major components of the SchemaExplorer object model.
SchemaExplorer provides a rich set of collections, objects, and properties that correspond to this object model. For example, the DatabaseSchema
object exposes a Commands
property, through which you can retrieve a CommandSchemaCollection
object. The Item
property of this object gives you access to individual CommandSchema
objects, each of which corresponds to a single command in the database. The properties of the Command object allow you to explore the details of the command, retrieving the metadata that you might need to build code based on the command.