The UseCurrentUserServerGroups property configures registry entries listing instances of Microsoft® SQL Server™ 2000.
object.UseCurrentUserServerGroups [= value]
object
Expression that evaluates to an object in the Applies To list
value
TRUE or FALSE
Boolean
Read/write
HRESULT GetUseCurrentUserServerGroups(LPBOOL pRetVal);
HRESULT SetUseCurrentUserServerGroups(BOOL NewValue);
When TRUE, registry entries listing instances of SQL Server are keyed by username. Each user using the client computer can configure lists to meet individual preferences.
When FALSE (default), registry entries listing instances of SQL Server are not keyed by username. Any authorized-user change in the list of instances is visible to all authorized users.