QuotaControl クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
QuotaControl クラスは、クォータ関連のデータを取得するためにセキュリティ プリンシパルのセキュリティ識別子 (SID) を渡すために使用されます。
public ref class QuotaControl : System::DirectoryServices::Protocols::DirectoryControl
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public class QuotaControl : System.DirectoryServices.Protocols.DirectoryControl
public class QuotaControl : System.DirectoryServices.Protocols.DirectoryControl
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
type QuotaControl = class
inherit DirectoryControl
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) |