IADsObjectOptions interface (iads.h)

The IADsObjectOptions interface provides a direct mechanism to specify and obtain provider-specific options for manipulating an ADSI object. Typically, the options apply to search operations of the underlying directory store. The supported options are provider-specific.

Inheritance

The IADsObjectOptions interface inherits from the IDispatch interface. IADsObjectOptions also has these types of members:

Methods

The IADsObjectOptions interface has these methods.

 
IADsObjectOptions::GetOption

Gets a provider-specific option for a directory object.
IADsObjectOptions::SetOption

Sets a provider-specific option for manipulating a directory object.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header iads.h

See also

ADS_OPTION_ENUM

ADS_SECURITY_INFO_ENUM

Fast Binding Option for Batch Write/Modify Operations

IADsObjectOptions Interface

IDispatch