DBPassword Property

This property is used in conjunction with the DBUsername property by the LDAP server instance to authenticate with the SQL or JET backend database.

IDL Definition

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

Type

VT_BSTR (string)


© 1997-1998 Microsoft Corporation. All rights reserved.