Previous Page
|
Next Page
_DELETE
Deletes an entry in an LDAP directory
Syntax
Details
Syntax
_DELETE
(
entryName
);
Required Argument
entryName
names the directory entry that is to be deleted.
Type:
Character, Input
Details
When invoked on an LDAPSERVICES instance, the _DELETE method deletes an entry from the LDAP directory, as shown in the following example:
dn = "cn=myhost.net.com,o=Alphalite Airways,c=US"; rc = ds._DELETE(dn);
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page