Server.EnumWindowsGroupInfo Method
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 |
---|---|
Server.EnumWindowsGroupInfo () |
Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server.
|
Server.EnumWindowsGroupInfo (String) |
Enumerates a list of information about all Microsoft Windows groups that have explicitly granted access to the instance of SQL Server.
|
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.
|
See Also