Databases

Description

Returns the a Databases collection object containing the collection of databases to which this group may subscribe. This is a read-only property; it can be viewed but not set.

Each element in the returned collection is a Database object.

Syntax

VBScript

group.Databases 

Perl

$group->GetDatabases(); 
Identifier
Description
group
A Group object, representing one set of users associated with the current schema repository.
Return value
A Databases collection object containing the databases to which this group is subscribed.