GetEveryoneGroupName

Description

Returns the Everyone group name.

The Everyone group includes all users and can be used for permissions that need to be granted to all users. It is often necessary to establish a baseline permission from which exceptions can then be applied. The Everyone group is defined in all new databases and implicitly contains all users.

Syntaxe

VBScript

adminSession.GetEveryoneGroupName 

Perl

$adminSession->GetEveryoneGroupName(); 
Identificateur
Description
adminSession
L'objet AdminSession représentant la session d'accès du référentiel de schéma en cours.
Valeur renvoyée
A String containing the Everyone group name.

Feedback