QuotaControl クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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(SecurityIdentifier) |
QuotaControl(SecurityIdentifier) コンストラクターは、指定された SID を使用して、QuotaControl クラスのインスタンスを作成します。 |
プロパティ
IsCritical |
IsCritical プロパティは、コントロールがクリティカルかどうかを指定します。 (継承元 DirectoryControl) |
QuerySid |
QuerySid プロパティは、セキュリティ プリンシパルの SID を格納します。 |
ServerSide |
ServerSide プロパティは、これがサーバー側コントロールかどうかを指定します。 (継承元 DirectoryControl) |
Type |
Type プロパティには、コントロールのオブジェクト ID (OID) が格納されます。 (継承元 DirectoryControl) |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
GetValue() |
GetValue() メソッドは、このクエリに関連付けられている SID を返します。 |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
適用対象
.NET