Models a database schema u owner.
Default constructor
public Void Schema()
Catalog to which the schema belongs to.
public String Catalog { get; set; }
Schema name.
public String Name { get; set; }
Returns a textual representation of the Schema.
public String ToString()
In this document