DBType Property

This property specifies whether the backend database used to persist (store) the directory data is a SQL server or Jet (access) database.  SQL = 1; Jet DB = 2.

IDL Definition

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

Type

VT_I4 (integer)


© 1997-1998 Microsoft Corporation. All rights reserved.