DsmlRequestDocument 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스 DsmlRequestDocument 를 사용하면 DSML 요청 페이로드(예: AddRequest, ModifyRequest또는 SearchRequest.)를 빌드할 수 있습니다. 0개 이상의 DirectoryRequest 파생 개체를 포함합니다. 사용자는 서버에 보내기 전에 추가, 삭제, 수정 및 열거 DirectoryRequest 할 수 있습니다. DsmlRequestDocument 는 DSML 바인딩 클래스와 함께 사용하여 문서를 전송할 수 있습니다( 예: DsmlSoapHttpConnection.).
public ref class DsmlRequestDocument : System::DirectoryServices::Protocols::DsmlDocument, System::Collections::IList
public class DsmlRequestDocument : System.DirectoryServices.Protocols.DsmlDocument, System.Collections.IList
type DsmlRequestDocument = class
inherit DsmlDocument
interface IList
interface ICollection
interface IEnumerable
Public Class DsmlRequestDocument
Inherits DsmlDocument
Implements IList
- 상속
- 구현
생성자
| Name | Description |
|---|---|
| DsmlRequestDocument() |
DsmlRequestDocument() 생성자는 클래스의 인스턴스를 DsmlRequestDocument 만듭니다. |
속성
| Name | Description |
|---|---|
| Count |
속성에는 이 Count 컬렉션의 DirectoryRequest 개체 수가 포함됩니다. |
| DocumentProcessing |
이 속성에는 DocumentProcessing 컬렉션의 DsmlDocumentProcessing 요소가 처리되는 방법을 지정하는 값 중 하나가 포함됩니다. |
| ErrorProcessing |
속성은 ErrorProcessing 오류 처리 방법을 지정하는 값 DsmlErrorProcessing 중 하나를 포함합니다. |
| IsFixedSize |
속성에 IsFixedSize 고정된 크기가 있는지 여부를 DsmlRequestDocument 나타내는 값이 포함됩니다. |
| IsReadOnly |
속성은 IsReadOnly 읽기 전용인지 여부를 DsmlRequestDocument 나타내는 값을 포함합니다. |
| IsSynchronized |
속성에 IsSynchronized 대한 액세스 DsmlRequestDocument 가 동기화되는지 여부를 나타내는 값이 포함되어 있습니다(스레드로부터 안전). |
| Item[Int32] |
속성은 Item[Int32] 지정된 인덱스에 DirectoryRequest 있는 개체를 포함합니다. |
| RequestId |
에 연결된 요청 ID를 DsmlRequestDocument가져오거나 설정합니다. |
| ResponseOrder |
속성에는 ResponseOrder 응답 순서를 지정하는 값 DsmlResponseOrder 중 하나가 포함됩니다. |
| SyncRoot |
속성에 SyncRoot 대한 액세스를 동기화하는 데 사용할 수 있는 개체가 DsmlRequestDocument포함되어 있습니다. |
메서드
명시적 인터페이스 구현
확장명 메서드
| Name | Description |
|---|---|
| AsParallel(IEnumerable) |
쿼리의 병렬 처리를 사용하도록 설정합니다. |
| AsQueryable(IEnumerable) |
IEnumerable IQueryable변환합니다. |
| Cast<TResult>(IEnumerable) |
IEnumerable 요소를 지정된 형식으로 캐스팅합니다. |
| OfType<TResult>(IEnumerable) |
지정된 형식에 따라 IEnumerable 요소를 필터링합니다. |