Directory Services

IADsReplicaPointer

The IADsReplicaPointer interface provides methods for an ADSI client to access the Replica Pointer attribute in Novell NetWare Directory Services (NDS).

You can call the property methods of this interface to obtain and modify the NDS attribute.

Methods in Vtable Order

The IADsReplicaPointer interface inherits the methods of the standard COM interfaces:

In addition, IADsReplicaPointer defines the following methods.

Method Description
get_ServerName Gets/Puts the server name.
put_ServerName Gets/Puts the server name.
get_ReplicaType Gets/Puts the replica type.
put_ReplicaType Gets/Puts the replica type.
get_ReplicaNumber Gets/Puts the replica identifier.
put_ReplicaNumber Gets/Puts the replica identifier.
get_Count Gets/Puts the replica count.
put_Count Gets/Puts the replica count.
get_ReplicaAddressHints Gets/Puts a hints of where a name server might be located.
put_ReplicaAddressHints Gets/Puts a hints of where a name server might be located.

Properties

The IADsReplicaPointer interface defines the following properties. The preceding table includes access methods for these properties.

Property Description
Count Gets/Puts the replica count.
ReplicaAddressHints Gets/Puts a hints of where a name server might be located.
ReplicaNumber Gets/Puts the replica identifier.
ReplicaType Gets/Puts the replica type.
ServerName Gets/Puts the server name.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Iads.h.

See Also

IADsReplicaPointer Property Methods