IServerAgentConnection.GetInfoBases

Syntax:

GetInfoBases(<Cluster>)

Parameters:

<Cluster> (required)

Type: IClusterInfo.
A server cluster that requires obtaining a list of Infobases. It can be an item of the cluster array obtained by the GetClusters method, where clusters are registered in the current central server. A cluster can also be created by the CreateClusterInfo method with the subsequent filling of its properties.

Returned value:

Type: COMSafeArray.
Array of short Infobase descriptions. Each short Infobase description is represented by an object with the IInfoBaseShort interface.

Description:

Obtains an array of Infobases registered in the cluster. It is required to authenticate one of the cluster administrators for the successful method execution. Each Infobase displays only information that does not require Infobase user authentication. All registered Infobase parameters can be obtained, and Infobases can be created and deleted only by using the IWorkingProcessConnection interface after user authentication.

Availability:

Integration.

    

1C:Enterprise Developer's Community