DirectoryResponse 类

定义

DirectoryResponse 类与 SearchResponseAddResponse 类相似,是请求响应类的基类。The DirectoryResponse class is the base class for request response classes, like the SearchResponse and AddResponse classes.

public ref class DirectoryResponse abstract : System::DirectoryServices::Protocols::DirectoryOperation
public abstract class DirectoryResponse : System.DirectoryServices.Protocols.DirectoryOperation
type DirectoryResponse = class
    inherit DirectoryOperation
Public MustInherit Class DirectoryResponse
Inherits DirectoryOperation
继承
DirectoryResponse
派生

属性

Controls

Controls 属性包含服务器返回的 DirectoryControl 对象组成的数组。The Controls property contains an array of DirectoryControl objects returned by the server.

ErrorMessage

ErrorMessage 属性包含此操作的错误信息(如果有)。The ErrorMessage property contains the error message, if any, for this operation.

MatchedDN

MatchedDN 属性包含服务器返回的匹配识别名。The MatchedDN property contains the matched distinguished name returned by the server.

Referral

Referral 属性包含服务器检索。The Referral property contains the server referrals.

RequestId

RequestId 属性包含请求标识符。The RequestId property contains the Request Identifier.

ResultCode

ResultCode 属性包含操作的结果代码。The ResultCode property contains the result code of the operation.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于