ModifyDNRequest Classe
Definição
A classe ModifyDNRequest modifica o nome diferenciado de um objeto.The ModifyDNRequest class modifies the distinguished name of an object. Essa classe move um objeto para um novo pai e/ou renomeia o objeto.This class moves an object to a new parent and/or renames the object.
public ref class ModifyDNRequest : System::DirectoryServices::Protocols::DirectoryRequest
public class ModifyDNRequest : System.DirectoryServices.Protocols.DirectoryRequest
type ModifyDNRequest = class
inherit DirectoryRequest
Public Class ModifyDNRequest
Inherits DirectoryRequest
- Herança
Construtores
| ModifyDNRequest() |
O construtor ModifyDNRequest() cria uma instância do objeto ModifyDNRequest.The ModifyDNRequest() constructor creates an instance of the ModifyDNRequest object. |
| ModifyDNRequest(String, String, String) |
O construtor ModifyDNRequest(String, String, String) cria uma instância do objeto ModifyDNRequest usando o nome de objeto especificado, o nome do pai e o nome do novo objeto.The ModifyDNRequest(String, String, String) constructor creates an instance of the ModifyDNRequest object using the specified object name, parent name, and new object name. |
Propriedades
| Controls |
A propriedade Controls contém um objeto DirectoryControlCollection.The Controls property contains a DirectoryControlCollection object. (Herdado de DirectoryRequest) |
| DeleteOldRdn |
A propriedade DeleteOldRdn especifica se é preciso excluir o antigo RDN (nome diferenciado relativo) do objeto.The DeleteOldRdn property specifies whether to delete the old relative distinguished name (RDN) of the object. |
| DistinguishedName |
A propriedade DistinguishedName contém o nome diferenciado do objeto.The DistinguishedName property contains the distinguished name of the object. |
| NewName |
A propriedade NewName contém o nome do novo objeto.The NewName property contains the new object name. |
| NewParentDistinguishedName |
A propriedade NewParentDistinguishedName contém o nome diferenciado do novo pai do objeto.The NewParentDistinguishedName property contains the distinguished name of the new parent of the object. |
| RequestId |
A propriedade RequestId contém o |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
| ToXmlNode(XmlDocument) |
O método ToXmlNode(XmlDocument) cria um nó XML com base no objeto XmlDocument especificado.The ToXmlNode(XmlDocument) method creates an XML node from the specified XmlDocument object. |
| ToXmlNode(XmlDocument) |
O método ToXmlNode(XmlDocument) cria um nó XML com base no objeto XmlDocument especificado.The ToXmlNode(XmlDocument) method creates an XML node from the specified XmlDocument object. (Herdado de DirectoryRequest) |