This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class MetaDatabase
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class MetaDatabase

The type exposes the following properties.

Public Properties

  Name Description
Public property Relations
Gets the MetaRelations object for the current database.
Public property StoredProcedures
Returns a dictionary of all stored procedures in the current database
Public property Tables
Returns a dictionary of all the tables in the current database.

See Also

Advanced