Repository ConnectionString Property

Meta Data Services Programming

Meta Data Services Programming

Repository ConnectionString Property

This property contains the ODBC connection string that the repository engine uses to connect to a repository database. This is a read-only property.

This property is not attached to the default interface for the repository Automation object; it is attached to the IRepositoryODBC interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.

Syntax

object.ConnectionString

The ConnectionString property syntax has the following part.

Part Description
object The object that represents the open repository instance through which application code or a tool interacts with a repository
Remarks

The ODBC connection string can contain user identification and password information. Be sure to protect this information to prevent unauthorized access.

See Also

Connecting to and Configuring a Repository

IRepositoryODBC Interface

Repository Object