Server.EnumWindowsUserInfo 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
EnumWindowsUserInfo(String, Boolean) |
Returns output of xp_logininfo filtered to users |
EnumWindowsUserInfo(String) |
Returns output of xp_logininfo filtered to users |
EnumWindowsUserInfo() |
Returns output of xp_logininfo filtered to users |
EnumWindowsUserInfo(String, Boolean)
Returns output of xp_logininfo filtered to users
public System.Data.DataTable EnumWindowsUserInfo (string account, bool listPermissionPaths);
member this.EnumWindowsUserInfo : string * bool -> System.Data.DataTable
Public Function EnumWindowsUserInfo (account As String, listPermissionPaths As Boolean) As DataTable
Parameters
- account
- String
The name of the user for which to return data
- listPermissionPaths
- Boolean
Whether to list all the groups through which the account has permissions
Returns
Applies to
EnumWindowsUserInfo(String)
Returns output of xp_logininfo filtered to users
public System.Data.DataTable EnumWindowsUserInfo (string account);
member this.EnumWindowsUserInfo : string -> System.Data.DataTable
Public Function EnumWindowsUserInfo (account As String) As DataTable
Parameters
- account
- String
The name of the user for which to return data
Returns
Applies to
EnumWindowsUserInfo()
Returns output of xp_logininfo filtered to users
public System.Data.DataTable EnumWindowsUserInfo ();
member this.EnumWindowsUserInfo : unit -> System.Data.DataTable
Public Function EnumWindowsUserInfo () As DataTable