SoftwareEngineering/ProgramLanguage/ActiveDirectoryServiceInterfaces
IADs†
MSDN
Methods in Vtable Order†
| 名前 | 説明 |
| get_Name | Gets the object's relative name. |
| get_Class | Gets the name of the object's schema class. |
| get_GUID | Gets the GUID of the object as stored in the underlying directory store. |
| get_ADsPath | Gets the object's ADsPath that uniquely identifies this object from all others. |
| get_Parent | Gets the ADsPath string for the parent of the object. |
| get_Schema | Gets the ADsPath string to the schema class object for this object. |
| GetInfo | Loads the property values of this object from the underlying directory store. |
| SetInfo | Persists the changes on this object to the underlying directory store. |
| Get | Gets the value for a property by name. |
| Put | Sets the value for a property by name. |
| GetEx | Gets the value for a single or multi-valued property by name. |
| PutEx | Sets the value for a single or multi-valued property by name. |
| GetInfoEx | Loads specific property values of this object from the underlying directory store. |
Properties†
| 名前 | 説明 |
| AdsPath | Gets the object's ADsPath that uniquely identifies this object from all others. |
| Class | Gets the name of the object's schema class. |
| GUID | Gets the GUID of the object as stored in the underlying directory store. |
| Name | Gets the object's relative name. |
| Parent | Gets the ADsPath string for the parent of the object. |
| Schema | Gets the ADsPath string to the schema class object for this object. |