DBUsername Property

This property is used along with the DBPassword property by the LDAP server instance to authenticate when logging in to the backend SQL Server or JET database.

IDL Definition

[propget] 
HRESULT DBUsername([out, retval] VARIANT *pData);
[propput] 
HRESULT DBUsername([in] VARIANT Data);

Type

VT_BSTR (string)


© 1997-1998 Microsoft Corporation. All rights reserved.