CreateChildAccessRule クラス
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)


System.Security.AccessControl.AuthorizationRule
System.Security.AccessControl.AccessRule
System.Security.AccessControl.ObjectAccessRule
System.DirectoryServices.ActiveDirectoryAccessRule
System.DirectoryServices.CreateChildAccessRule


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


CreateChildAccessRule コンストラクタ (IdentityReference, AccessControlType, Guid)
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)

Public Sub New ( _ identity As IdentityReference, _ type As AccessControlType, _ childType As Guid _ )
Dim identity As IdentityReference Dim type As AccessControlType Dim childType As Guid Dim instance As New CreateChildAccessRule(identity, type, childType)
public: CreateChildAccessRule ( IdentityReference^ identity, AccessControlType type, Guid childType )
public function CreateChildAccessRule ( identity : IdentityReference, type : AccessControlType, childType : Guid )

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


CreateChildAccessRule コンストラクタ (IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance)
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)

Public Sub New ( _ identity As IdentityReference, _ type As AccessControlType, _ childType As Guid, _ inheritanceType As ActiveDirectorySecurityInheritance _ )
Dim identity As IdentityReference Dim type As AccessControlType Dim childType As Guid Dim inheritanceType As ActiveDirectorySecurityInheritance Dim instance As New CreateChildAccessRule(identity, type, childType, inheritanceType)
public CreateChildAccessRule ( IdentityReference identity, AccessControlType type, Guid childType, ActiveDirectorySecurityInheritance inheritanceType )
public: CreateChildAccessRule ( IdentityReference^ identity, AccessControlType type, Guid childType, ActiveDirectorySecurityInheritance inheritanceType )
public CreateChildAccessRule ( IdentityReference identity, AccessControlType type, Guid childType, ActiveDirectorySecurityInheritance inheritanceType )
public function CreateChildAccessRule ( identity : IdentityReference, type : AccessControlType, childType : Guid, inheritanceType : ActiveDirectorySecurityInheritance )

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


CreateChildAccessRule コンストラクタ (IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance)
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)

Public Sub New ( _ identity As IdentityReference, _ type As AccessControlType, _ inheritanceType As ActiveDirectorySecurityInheritance _ )
Dim identity As IdentityReference Dim type As AccessControlType Dim inheritanceType As ActiveDirectorySecurityInheritance Dim instance As New CreateChildAccessRule(identity, type, inheritanceType)
public CreateChildAccessRule ( IdentityReference identity, AccessControlType type, ActiveDirectorySecurityInheritance inheritanceType )
public: CreateChildAccessRule ( IdentityReference^ identity, AccessControlType type, ActiveDirectorySecurityInheritance inheritanceType )
public CreateChildAccessRule ( IdentityReference identity, AccessControlType type, ActiveDirectorySecurityInheritance inheritanceType )
public function CreateChildAccessRule ( identity : IdentityReference, type : AccessControlType, inheritanceType : ActiveDirectorySecurityInheritance )


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


CreateChildAccessRule コンストラクタ (IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance, Guid)
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)

Public Sub New ( _ identity As IdentityReference, _ type As AccessControlType, _ inheritanceType As ActiveDirectorySecurityInheritance, _ inheritedObjectType As Guid _ )
Dim identity As IdentityReference Dim type As AccessControlType Dim inheritanceType As ActiveDirectorySecurityInheritance Dim inheritedObjectType As Guid Dim instance As New CreateChildAccessRule(identity, type, inheritanceType, inheritedObjectType)
public CreateChildAccessRule ( IdentityReference identity, AccessControlType type, ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType )
public: CreateChildAccessRule ( IdentityReference^ identity, AccessControlType type, ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType )
public CreateChildAccessRule ( IdentityReference identity, AccessControlType type, ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType )
public function CreateChildAccessRule ( identity : IdentityReference, type : AccessControlType, inheritanceType : ActiveDirectorySecurityInheritance, inheritedObjectType : Guid )


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


CreateChildAccessRule コンストラクタ (IdentityReference, AccessControlType)
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)

Dim identity As IdentityReference Dim type As AccessControlType Dim instance As New CreateChildAccessRule(identity, type)


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


CreateChildAccessRule コンストラクタ (IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance, Guid)
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)

Public Sub New ( _ identity As IdentityReference, _ type As AccessControlType, _ childType As Guid, _ inheritanceType As ActiveDirectorySecurityInheritance, _ inheritedObjectType As Guid _ )
Dim identity As IdentityReference Dim type As AccessControlType Dim childType As Guid Dim inheritanceType As ActiveDirectorySecurityInheritance Dim inheritedObjectType As Guid Dim instance As New CreateChildAccessRule(identity, type, childType, inheritanceType, inheritedObjectType)
public CreateChildAccessRule ( IdentityReference identity, AccessControlType type, Guid childType, ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType )
public: CreateChildAccessRule ( IdentityReference^ identity, AccessControlType type, Guid childType, ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType )
public CreateChildAccessRule ( IdentityReference identity, AccessControlType type, Guid childType, ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType )
public function CreateChildAccessRule ( identity : IdentityReference, type : AccessControlType, childType : Guid, inheritanceType : ActiveDirectorySecurityInheritance, inheritedObjectType : Guid )

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


CreateChildAccessRule コンストラクタ

名前 | 説明 |
---|---|
CreateChildAccessRule (IdentityReference, AccessControlType) | ID 参照とアクセス制御の種類を指定して、CreateChildAccessRule クラスの新しいインスタンスを初期化します。 |
CreateChildAccessRule (IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance) | ID 参照、アクセス制御の種類、および Active Directory セキュリティの継承情報を指定して、CreateChildAccessRule クラスの新しいインスタンスを初期化します。 |
CreateChildAccessRule (IdentityReference, AccessControlType, Guid) | ID 参照、アクセス制御の種類、および子オブジェクトの種類を指定して、CreateChildAccessRule クラスの新しいインスタンスを初期化します。 |
CreateChildAccessRule (IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance, Guid) | ID 参照、アクセス制御の種類、Active Directory セキュリティの継承情報、および継承されるオブジェクトの種類を指定して、CreateChildAccessRule クラスの新しいインスタンスを初期化します。 |
CreateChildAccessRule (IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance) | ID 参照、アクセス制御の種類、子オブジェクトの種類、および Active Directory セキュリティの継承情報を指定して、CreateChildAccessRule クラスの新しいインスタンスを初期化します。 |
CreateChildAccessRule (IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance, Guid) | ID 参照、アクセス制御の種類、子オブジェクトの種類、Active Directory セキュリティの継承情報、および継承されるオブジェクトの種類を指定して、CreateChildAccessRule クラスの新しいインスタンスを初期化します。 |

CreateChildAccessRule プロパティ

名前 | 説明 | |
---|---|---|
![]() | AccessControlType | この AccessRule オブジェクトに関連付けられている AccessControlType 値を取得します。 ( AccessRule から継承されます。) |
![]() | ActiveDirectoryRights | このアクセス規則の Active Directory 権限を取得します。 ( ActiveDirectoryAccessRule から継承されます。) |
![]() | IdentityReference | この規則を適用する IdentityReference を取得します。 ( AuthorizationRule から継承されます。) |
![]() | InheritanceFlags | この規則を子オブジェクトが継承する方法を決定するフラグの値を取得します。 ( AuthorizationRule から継承されます。) |
![]() | InheritanceType | このアクセス規則の継承の種類を取得します。 ( ActiveDirectoryAccessRule から継承されます。) |
![]() | InheritedObjectType | System.Security.AccessControl.ObjectAccessRule オブジェクトを継承できる子オブジェクトの型を取得します。 ( ObjectAccessRule から継承されます。) |
![]() | IsInherited | この規則を明示的に設定するか、または親コンテナ オブジェクトから継承するかを指定する値を取得します。 ( AuthorizationRule から継承されます。) |
![]() | ObjectFlags | System.Security.AccessControl.ObjectAccessRule オブジェクトの ObjectType プロパティおよび InheritedObjectType プロパティが有効な値を格納していることを指定するフラグを取得します。 ( ObjectAccessRule から継承されます。) |
![]() | ObjectType | System.Security.AccessControl.ObjectAccessRule を適用するオブジェクトの型を取得します。 ( ObjectAccessRule から継承されます。) |
![]() | PropagationFlags | 反映フラグの値を取得します。このフラグから、この規則を子オブジェクトに反映させる方法を判断します。このプロパティが重要なのは、InheritanceFlags 列挙体の値が None でない場合だけです。 ( AuthorizationRule から継承されます。) |


CreateChildAccessRule メソッド

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 ( Object から継承されます。) |
![]() | GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 ( Object から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |

CreateChildAccessRule メンバ
CreateChildAccessRule クラスは、Active Directory オブジェクトに対して子オブジェクトを作成する権限を許可または拒否するために使用する、特定の種類のアクセス規則を表します。
CreateChildAccessRule データ型で公開されるメンバを以下の表に示します。


名前 | 説明 | |
---|---|---|
![]() | AccessControlType | この AccessRule オブジェクトに関連付けられている AccessControlType 値を取得します。(AccessRule から継承されます。) |
![]() | ActiveDirectoryRights | このアクセス規則の Active Directory 権限を取得します。(ActiveDirectoryAccessRule から継承されます。) |
![]() | IdentityReference | この規則を適用する IdentityReference を取得します。(AuthorizationRule から継承されます。) |
![]() | InheritanceFlags | この規則を子オブジェクトが継承する方法を決定するフラグの値を取得します。(AuthorizationRule から継承されます。) |
![]() | InheritanceType | このアクセス規則の継承の種類を取得します。(ActiveDirectoryAccessRule から継承されます。) |
![]() | InheritedObjectType | System.Security.AccessControl.ObjectAccessRule オブジェクトを継承できる子オブジェクトの型を取得します。(ObjectAccessRule から継承されます。) |
![]() | IsInherited | この規則を明示的に設定するか、または親コンテナ オブジェクトから継承するかを指定する値を取得します。(AuthorizationRule から継承されます。) |
![]() | ObjectFlags | System.Security.AccessControl.ObjectAccessRule オブジェクトの ObjectType プロパティおよび InheritedObjectType プロパティが有効な値を格納していることを指定するフラグを取得します。(ObjectAccessRule から継承されます。) |
![]() | ObjectType | System.Security.AccessControl.ObjectAccessRule を適用するオブジェクトの型を取得します。(ObjectAccessRule から継承されます。) |
![]() | PropagationFlags | 反映フラグの値を取得します。このフラグから、この規則を子オブジェクトに反映させる方法を判断します。このプロパティが重要なのは、InheritanceFlags 列挙体の値が None でない場合だけです。(AuthorizationRule から継承されます。) |


名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 (Object から継承されます。) |
![]() | GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 (Object から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |

Weblioに収録されているすべての辞書からCreateChildAccessRuleを検索する場合は、下記のリンクをクリックしてください。

- CreateChildAccessRuleのページへのリンク