QuotaControl 클래스

정의

QuotaControl 클래스는 할당량 관련 데이터를 검색하기 위해 보안 주체의 SID(보안 식별자)를 전달하는 데 사용됩니다.

public ref class QuotaControl : System::DirectoryServices::Protocols::DirectoryControl
public class QuotaControl : System.DirectoryServices.Protocols.DirectoryControl
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public class QuotaControl : System.DirectoryServices.Protocols.DirectoryControl
type QuotaControl = class
    inherit DirectoryControl
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
type QuotaControl = class
    inherit DirectoryControl
Public Class QuotaControl
Inherits DirectoryControl
상속
QuotaControl
특성

생성자

QuotaControl()

QuotaControl() 생성자는 QuotaControl 클래스의 인스턴스를 만듭니다.

QuotaControl(SecurityIdentifier)

QuotaControl(SecurityIdentifier) 생성자는 지정된 SID를 사용하여 QuotaControl 클래스의 인스턴스를 만듭니다.

속성

IsCritical

IsCritical 속성은 컨트롤이 중요한지 여부를 지정합니다.

(다음에서 상속됨 DirectoryControl)
QuerySid

QuerySid 속성에는 보안 주체의 SID가 포함되어 있습니다.

ServerSide

ServerSide 속성은 이 컨트롤이 서버측 컨트롤인지 여부를 지정합니다.

(다음에서 상속됨 DirectoryControl)
Type

Type 속성에는 컨트롤의 OID(Object Identifier)가 포함되어 있습니다.

(다음에서 상속됨 DirectoryControl)

메서드

Equals(Object)

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

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

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

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

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

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

GetValue() 메서드는 이 쿼리와 연결된 SID를 반환합니다.

MemberwiseClone()

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

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

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상