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.
Syntaxe
VBScript
group.Active
group.Active boolean_value
Perl
$group->GetActive();
$group->SetActive(boolean_value);
- Identificateur
- Description
- group
- Objet Group//**, representing one set of users associated
with the current schema repository.
- boolean_value
- A Bool that specifies whether or not the group is active.
- Valeur de retour
- A Bool indicating whether or not the group is active.