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