Windows NT/2000 ADSI Scripting for System Administration
IADs Interface
IADs::ADsPath
| Description | Returns the distinguished name of the bound object |
| Provider Support | LDAP, WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADs::Class
| Description | Returns the object class definition of the bound object |
| Provider Support | LDAP, WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADs::Get
| Description | Retrieves a value from a namespace by name |
| Provider Support | LDAP, WinNT |
| Syntax | Get(Name As String) |
| Data Type | Variant |
IADs::GetEx
| Description | Retrieves a single value from a multi-valued attribute |
| Provider Support | LDAP, WinNT |
| Syntax | GetEx(Name As String) |
| Data Type | Variant |
IADs::GetInfo
| Description | Loads all property values into the cache |
| Provider Support | LDAP, WinNT |
| Syntax | GetInfo() |
| Data Type | None |
IADs::GetInfoEx
| Description | Loads specific properties into the cache |
| Provider Support | LDAP, WinNT |
| Syntax | GetInfoEx(Properties As Variant, Reserved as Long) |
| Data Type | None |
IADs::GUID
| Description | Returns the GUID of the bound object |
| Provider Support | LDAP, WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADs::Name
| Description | Returns the relative name of the bound object |
| Provider Support | LDAP, WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADs::Parent
| Description | Returns the ADsPath of the parent object |
| Provider Support | LDAP, WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADs::Put
| Description | Allows population of a single attribute by name |
| Provider Support | LDAP, WinNT |
| Syntax | Put(Name As String, Property As Variant) |
| Data Type | None |
IADs::PutEx
| Description | Allows population of a multi-valued property by name |
| Provider Support | LDAP, WinNT |
| Syntax | PutEx(ControlCode As Long, Name As String, Property As Variant) |
| Data Type | None |
IADs::Schema
| Description | Returns the ADsPath to the schema class object for the bound object |
| Provider Support | LDAP, WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADs::SetInfo
| Description | Writes the current properties held in the cache to the directory |
| Provider Support | LDAP, WinNT |
| Syntax | SetInfo() |
| Data Type | None |
| Top |