SearchResponse Classe
Definição
A classe SearchResponse é enviada pelo servidor como uma resposta a um objeto SearchRequest.The SearchResponse class is sent by the server as a response to a SearchRequest object. Essa resposta contém zero ou mais objetos SearchResultEntry e zero ou mais objetos SearchResultReference.This response contains zero or more SearchResultEntry objects, and zero or more SearchResultReference objects.
public ref class SearchResponse : System::DirectoryServices::Protocols::DirectoryResponse
public class SearchResponse : System.DirectoryServices.Protocols.DirectoryResponse
type SearchResponse = class
inherit DirectoryResponse
Public Class SearchResponse
Inherits DirectoryResponse
- Herança
Propriedades
| Controls |
A propriedade Controls contém o objeto DirectoryControl retornado pelo servidor.The Controls property contains the DirectoryControl object returned by the server. |
| Entries |
A propriedade Entries contém um objeto SearchResultEntryCollection que contém as entradas retornadas pela pesquisa.The Entries property contains a SearchResultEntryCollection object that contains the entries returned by the search. |
| ErrorMessage |
A propriedade ErrorMessage contém a mensagem de erro, se houver, para esta operação.The ErrorMessage property contains the error message, if any, for this operation. |
| MatchedDN |
A propriedade MatchedDN contém o nome diferenciado correspondente retornado pelo servidor.The MatchedDN property contains the matched distinguished name returned by the server. |
| References |
A propriedade References contém um objeto SearchResultReferenceCollection que contém as referências de pesquisa retornadas pelo servidor.The References property contains a SearchResultReferenceCollection object that contains search references returned by the server. |
| Referral |
A propriedade Referral contém as referências de servidor.The Referral property contains the server referrals. |
| RequestId |
A propriedade RequestId contém o identificador de solicitação.The RequestId property contains the Request Identifier. (Herdado de DirectoryResponse) |
| ResultCode |
A propriedade ResultCode contém um valor de ResultCode que especifica o código de resultado para a operação.The ResultCode property contains a value of ResultCode that specifies the result code for the operation. |
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) |