Returns a list logins and associated information.
[Visual Basic .NET] Public Sub GetLogins ( _ ByRef loginNames As IEnumBSTR, _ ByRef dbNames As IEnumBSTR, _ ByRef loginTypes As IEnumBSTR, _ ByRef languages As IEnumBSTR _ )
[C#] public void GetLogins ( ref IEnumBSTR loginNames, ref IEnumBSTR dbNames, ref IEnumBSTR loginTypes, ref IEnumBSTR languages );
[C++]
HRESULT GetLogins(
IEnumBSTR** loginNames,
IEnumBSTR** dbNames,
IEnumBSTR** loginTypes,
IEnumBSTR** languages
);
[C++]Parameters
loginNames [out]loginNames is a parameter of type IEnumBSTR
dbNames [out]dbNames is a parameter of type IEnumBSTR
loginTypes [out]loginTypes is a parameter of type IEnumBSTR
languages [out]languages is a parameter of type IEnumBSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This method returns a list of logins and their associated Geodatabase, login types, and default languages.
Remarks
The login types are: NTUser, NTGroup and Standard. They represent a Windows login, Windows group and a built-in database user, respectively.