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.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
EnumWindowsGroupInfo() | Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server. | |
EnumWindowsGroupInfo(String) | Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server. | |
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