QuotaControl 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
QuotaControl 類別 (Class) 用於傳遞安全性原則的安全性識別項 (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(SecurityIdentifier) |
QuotaControl(SecurityIdentifier) 建構函式使用指定的 SID,建立 QuotaControl 類別的執行個體。 |
屬性
IsCritical |
IsCritical 屬性指定控制項是否很重要。 (繼承來源 DirectoryControl) |
QuerySid |
QuerySid 屬性包含安全性原則的 SID。 |
ServerSide |
ServerSide 屬性指定其是否為伺服器端控制項。 (繼承來源 DirectoryControl) |
Type |
Type 屬性包含控制項的物件識別項 (OID)。 (繼承來源 DirectoryControl) |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
GetValue() |
GetValue() 方法會傳回與這個查詢關聯的 SID。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |