Server.EnumWindowsGroupInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EnumWindowsGroupInfo(String, Boolean) |
Returns output of xp_logininfo filtered to groups. |
EnumWindowsGroupInfo() |
Returns output of xp_logininfo filtered to groups |
EnumWindowsGroupInfo(String) |
Returns output of xp_logininfo filtered to groups |
EnumWindowsGroupInfo(String, Boolean)
Returns output of xp_logininfo filtered to groups.
public System.Data.DataTable EnumWindowsGroupInfo (string group, bool listMembers);
member this.EnumWindowsGroupInfo : string * bool -> System.Data.DataTable
Public Function EnumWindowsGroupInfo (group As String, listMembers As Boolean) As DataTable
Parameters
- group
- String
The name of the group for which to return data
- listMembers
- Boolean
Whether to return the list of members of the group. Default is false.
Returns
Applies to
EnumWindowsGroupInfo()
Returns output of xp_logininfo filtered to groups
public System.Data.DataTable EnumWindowsGroupInfo ();
member this.EnumWindowsGroupInfo : unit -> System.Data.DataTable
Public Function EnumWindowsGroupInfo () As DataTable
Returns
Applies to
EnumWindowsGroupInfo(String)
Returns output of xp_logininfo filtered to groups
public System.Data.DataTable EnumWindowsGroupInfo (string group);
member this.EnumWindowsGroupInfo : string -> System.Data.DataTable
Public Function EnumWindowsGroupInfo (group As String) As DataTable
Parameters
- group
- String
The name of the group for which to return data