ActiveDirectorySchemaProperty 클래스

정의

ActiveDirectorySchemaProperty 클래스는 스키마 파티션에 포함된 스키마 속성 정의를 나타냅니다.

public ref class ActiveDirectorySchemaProperty : IDisposable
public class ActiveDirectorySchemaProperty : IDisposable
type ActiveDirectorySchemaProperty = class
    interface IDisposable
Public Class ActiveDirectorySchemaProperty
Implements IDisposable
상속
ActiveDirectorySchemaProperty
구현

생성자

ActiveDirectorySchemaProperty(DirectoryContext, String)

ActiveDirectorySchemaProperty 클래스의 새 인스턴스를 초기화합니다.

속성

CommonName

ActiveDirectorySchemaProperty 개체의 CN(일반 이름)을 가져오거나 설정합니다.

Description

ActiveDirectorySchemaProperty 개체에 대한 설명을 가져오거나 설정합니다.

IsDefunct

ActiveDirectorySchemaProperty 개체가 존재하는지 여부를 나타내는 값을 가져오거나 설정합니다.

IsInAnr

스키마 속성이 ANR 집합에 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

IsIndexed

스키마 속성이 Active Directory Domain Services 저장소에 인덱싱되어 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

IsIndexedOverContainer

스키마 속성이 모든 컨테이너에 인덱싱되어 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

IsInGlobalCatalog

스키마 속성이 글로벌 카탈로그에 포함되어 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

IsOnTombstonedObject

스키마 속성이 삭제된 속성을 포함하는 삭제 표시 개체에 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

IsSingleValued

스키마 속성이 단일값인지 여부를 나타내는 값을 가져오거나 설정합니다.

IsTupleIndexed

이 스키마 속성에 튜플 인덱스가 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

Link

현재 스키마 속성에 연결하는 ActiveDirectorySchemaProperty를 가져옵니다.

LinkId

스키마 속성이 연결된 경우 링크 식별자의 값을 가져오거나 설정합니다.

Name

ActiveDirectorySchemaProperty 개체의 ldapDisplayName을 가져옵니다.

Oid

스키마 속성의 OID를 가져오거나 설정합니다.

RangeLower

스키마 속성이 가질 수 있는 최소값이나 최소 길이를 나타내는 값을 가져오거나 설정합니다.

RangeUpper

ActiveDirectorySchemaProperty 개체가 가질 수 있는 최대값이나 최대 길이를 나타내는 값을 가져오거나 설정합니다.

SchemaGuid

ActiveDirectorySchemaProperty 개체의 schemaIDGuid를 가져오거나 설정합니다.

Syntax

ActiveDirectorySyntax 개체의 속성 형식(구문)을 나타내는 ActiveDirectorySchemaProperty 개체를 가져오거나 설정합니다.

메서드

Dispose()

ActiveDirectorySchemaProperty 개체에서 사용하는 리소스를 해제합니다.

Dispose(Boolean)

ActiveDirectorySchemaProperty 개체에서 사용하는 관리되지 않는 리소스를 해제하고 관리되지 않는 리소스를 선택적으로 해제합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
FindByName(DirectoryContext, String)

지정된 디렉터리 컨텍스트 및 이름과 일치하는 Active Directory Domain Services 스키마 파티션의 ActiveDirectorySchemaProperty 개체를 가져옵니다.

GetDirectoryEntry()

DirectoryEntry 개체의 ActiveDirectorySchemaProperty 개체를 가져옵니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Save()

현재 ActiveDirectorySchemaProperty 개체에 대한 모든 변경 내용을 내부 디렉터리 저장소에 커밋합니다.

ToString()

ActiveDirectorySchemaProperty 개체의 LDAP 표시 이름을 가져옵니다.

적용 대상