SAS 9.1.3 Integration Technologies » Developer's Guide


LDAP SCL Interface
_ADD
_CLOSE
_DELETE
_MODIFY
_OPEN
_SETOPTIONS
_SEARCH
Directory Services

_CLOSE

Closes the connection to the LDAP server

Syntax

_CLOSE

Details

When invoked on an LDAPSERVICES instance, the _CLOSE method closes the connection to the LDAP server, as shown in the following example:

rc = ds._CLOSE();