ULDatabaseSchema members

Public properties
Member name Description

CollationName property

This property has been deprecated. Use GetDatabaseProperty("Collation") instead. The name of the database's collation sequence.

IsCaseSensitive property

Checks whether the database is case sensitive.

IsOpen property

Whether the database schema is open.

PublicationCount property

The number of publications in the database.

TableCount property

The number of tables in the database.

Public methods
Member name Description

GetDatabaseProperty method

Returns the value of the specified database property.

GetPublicationName method

Returns the name of the publication identified by the specified publication ID.

GetPublicationSchema method

Returns the publication schema corresponding to the named publication.

GetTableName method

Returns the name of the table identified by the specified table ID.

SetDatabaseOption method

Sets the value for the specified database option.

See also