Active

Description

Indicates whether or not the group is active.

This property can be returned or set.

Members of an inactive group are not allowed to access any databases using the group's attributes. Access to a database is permitted if the user belongs to another group that has access or if the user's account is specifically subscribed to the database.

Syntax

VBScript


group.Active 
group.Active boolean_value 

Perl


$group->GetActive();
$group->SetActive(boolean_value); 
Identifier
Description
group
A Group object, representing one set of users associated with the current schema repository.
boolean_value
A Bool that specifies whether or not the group is active.
Return value
A Bool indicating whether or not the group is active.