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