Server.EnumWindowsUserInfo Method

Definition

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

Returns

Applies to