Windows NT/2000 ADSI Scripting for System Administration
IADsContainer
IADsContainer::CopyHere
| Description | Copies an object to an alternate location in the directory |
| Provider Support | LDAP, WinNT |
| Syntax | CopyHere(SourceName As String, NewName As String) |
| Data Type | Object |
IADsContainer::Count
| Description | Returns the number of objects in the container |
| Provider Support | Not supported in LDAP or WinNT provider |
| Data Type | Long |
| Read-Only? | Yes |
IADsContainer::Create
| Description | Creates a new object of a specific class in the directory |
| Provider Support | LDAP, WinNT |
| Syntax | Create(ClassName As String, RelativeName As String) |
| Data Type | Object |
IADsContainer::Delete
| Description | Removes an object from the directory |
| Provider Support | LDAP, WinNT |
| Syntax | Delete(ClassName As String, RelativeName As String) |
| Data Type | None |
IADsContainer::Filter
| Description | Establishes an object class filter for container enumeration functions |
| Provider Support | LDAP, WinNT |
| Data Type | Variant |
| Read-Only? | No |
IADsContainer::GetObject
| Description | Establishes an interface to a specified object |
| Provider Support | LDAP, WinNT |
| Syntax | GetObject(ClassName As String, RelativeName As String) |
| Data Type | Object |
IADsContainer::Hints
| Description | Determines which properties should be loaded |
| Provider Support | LDAP |
| Data Type | Variant |
| Read-Only? | No |
IADsContainer::MoveHere
| Description | Moves (or renames) an object within the directory |
| Provider Support | LDAP, WinNT |
| Syntax | MoveHere(SourceName As String, NewName As String) |
| Data Type | Object |
| Top |