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