UseCurrentUserServerGroups Property (SQL-DMO)

The UseCurrentUserServerGroups property configures registry entries listing Microsoft® SQL Server™ installations.

Applies To

Application Object

Syntax

object.UseCurrentUserServerGroups [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value True or False

Remarks

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.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetUseCurrentUserServerGroups(LPBOOL pRetVal);

HRESULT SetUseCurrentUserServerGroups(BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.