Repository Object

Description

An object that enables you to work with repository parameters.

You can set or retrieve the value of repository parameters using the Repository object. All changes made to repository parameters through using the Repository object are temporary, and are valid only for the current run session.

Syntax

To set the value of a repository parameter:

Repository (RepositoryParameterName) = NewValue

To retrieve the value of an existing repository parameter:

CurrentValue = Repository (RepositoryParameterName)

Argument

Type

Description

RepositoryParameterName

String

The name of the repository parameter.

NewValue

Variant

The new value of the repository parameter.

CurrentValue

Variant

The current value of the repository parameter.

Properties

Method ValueChecks that an object exists.

Back to top

Value Property

Description

Sets or retrieves the value of a repository parameter. All changes made to repository parameters through using the Repository object are temporary, and are valid only for the current run session.

Syntax

To set the value of a repository parameter:

Repository (RepositoryParameterName) = NewValue

To retrieve the value of an existing repository parameter:

CurrentValue = Repository (RepositoryParameterName)

Argument

Type

Description

RepositoryParameterName

String

The name of the repository parameter.

NewValue

Variant

The new value of the repository parameter.

CurrentValue

Variant

The current value of the repository parameter.

Back to top

See also: