Server.EnumWindowsGroupInfo Method

Include Protected Members
Include Inherited Members

Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server.

Overload List

  Name Description
Public method EnumWindowsGroupInfo() Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server.
Public method EnumWindowsGroupInfo(String) Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server.
Public method EnumWindowsGroupInfo(String, Boolean) Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server and with the option to list the individual members.

Top