#author("2021-11-26T08:57:15+09:00","","") [[ソフトウェア開発>SoftwareEngineering]] / [[ActiveDirectory>ActiveDirectory]] / ActiveDirectoryServiceInterfaces / Interface / [[IADs>./]] #author("2021-11-26T08:58:16+09:00","","") [[ソフトウェア開発>SoftwareEngineering]] / [[ActiveDirectory>ActiveDirectory]] / [[ActiveDirectoryServiceInterfaces>ActiveDirectory/ActiveDirectoryServiceInterfaces]] / Interface / [[IADs>./]] *IADs [#wbadc579] [[MSDN>ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.WIN32COM.v10.en/adsi/adsi/iads.htm]] **Methods in Vtable Order [#ca0d3ded] |名前|説明|h |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 [#c7d4909d] |名前|説明|h |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.| **Requirements [#o4a44733] |Client|Requires Windows?XP or Windows?2000 Professional.| |Server|Requires Windows Server?2003 or Windows?2000 Server.| |Redistributable|Requires Active Directory Client Extension on Windows?NT 4.0 and Windows Me/98/95.| |Header|Declared in Iads.h.| |DLL|Requires Activeds.dll.| |IID|IID_IADs is defined as FD8256D0-FD15-11CE-ABC4-02608C9E7553.|