Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

  • No labels