SearchRequest クラス

定義

SearchRequest クラスは、検索操作を開始します。

public ref class SearchRequest : System::DirectoryServices::Protocols::DirectoryRequest
public class SearchRequest : System.DirectoryServices.Protocols.DirectoryRequest
type SearchRequest = class
    inherit DirectoryRequest
Public Class SearchRequest
Inherits DirectoryRequest
継承

コンストラクター

名前 説明
SearchRequest()

SearchRequest() コンストラクターは、SearchRequest クラスのインスタンスを作成します。 このコンストラクターは空の要求を作成します。

SearchRequest(String, String, SearchScope, String[])

SearchRequest(String, String, SearchScope, String[]) コンストラクターは、指定した名前、検索フィルター、スコープ、および属性を使用して、SearchRequest クラスのインスタンスを作成します。

SearchRequest(String, XmlDocument, SearchScope, String[])

SearchRequest(String, XmlDocument, SearchScope, String[]) コンストラクターは、指定した名前、検索フィルター、スコープ、および属性を使用して、SearchRequest クラスのインスタンスを作成します。

プロパティ

名前 説明
Aliases

Aliases プロパティには、逆参照エイリアスの動作を指定するDereferenceAliasのいずれかの値が含まれています。

Attributes

Attributes プロパティには、要求されたオブジェクトの属性が含まれています。

Controls

Controls プロパティには、DirectoryControlCollection オブジェクトが含まれています。

(継承元 DirectoryRequest)
DistinguishedName

DistinguishedName プロパティには、要求されたオブジェクトの識別名が含まれています。

Filter

Filter プロパティには、検索フィルターが含まれています。

RequestId

要求で指定された要求 ID を取得または設定します。

(継承元 DirectoryRequest)
Scope

Scope プロパティには、検索範囲を指定するSearchScopeのいずれかの値が含まれます。

SizeLimit

SizeLimit プロパティには、検索要求で返されるオブジェクトの最大数が含まれます。

TimeLimit

TimeLimit プロパティには、サーバーが検索要求を処理する場合に許可される期間を指定するTimeSpan オブジェクトが含まれます。

TypesOnly

TypesOnly プロパティは、検索で属性値ではなく属性名のみを返すかどうかを指定します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
ToXmlNode(XmlDocument)

ToXmlNode(XmlDocument) メソッドは、指定したXmlDocument オブジェクトから XML ノードを作成します。

適用対象