Models the information of a Catalog or Database.
Default constructor
public Void Catalog()
String collation.
public String Collate { get; set; }
Name of the catalog or database.
public String Name { get; set; }
Returns a textual representation of the object.
public String ToString()
In this document