CloseMetabase

Syntax

bool CloseMetabase(MbId tMb)

Parameters

tMb. Repository connection moniker.

Description

The CloseMetabase operation disconnects from the repository.

Comments

To execute the operation, determine the moniker of the connection to be closed. The operation results in the logical True if the user successfully disconnected from the repository. The repository connection moniker must be obtained on previously invoking the OpenMetabase operation.

Example

The example of disconnecting from the repository. The request contains moniker of opened connection. The response contains whether the repository is successfully disconnected.

SOAP

JSON

C#

See also:

Common Operations