PropertyAccessRule コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > PropertyAccessRule コンストラクタの意味・解説 

PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照アクセス制御種類、およびプロパティ アクセス指定して、PropertyAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    type As AccessControlType, _
    access As PropertyAccess _
)
Dim identity As IdentityReference
Dim type As AccessControlType
Dim access As PropertyAccess

Dim instance As New PropertyAccessRule(identity,
 type, access)
public PropertyAccessRule (
    IdentityReference identity,
    AccessControlType type,
    PropertyAccess access
)
public:
PropertyAccessRule (
    IdentityReference^ identity, 
    AccessControlType type, 
    PropertyAccess access
)
public PropertyAccessRule (
    IdentityReference identity, 
    AccessControlType type, 
    PropertyAccess access
)
public function PropertyAccessRule (
    identity : IdentityReference, 
    type : AccessControlType, 
    access : PropertyAccess
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

access

プロパティアクセス種類指定する PropertyAccess 列挙値の 1 つ

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance, Guid)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照アクセス制御種類プロパティ アクセスActive Directory セキュリティ継承、および継承されるオブジェクトの種類指定して、PropertyAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    type As AccessControlType, _
    access As PropertyAccess, _
    inheritanceType As ActiveDirectorySecurityInheritance, _
    inheritedObjectType As Guid _
)
Dim identity As IdentityReference
Dim type As AccessControlType
Dim access As PropertyAccess
Dim inheritanceType As ActiveDirectorySecurityInheritance
Dim inheritedObjectType As Guid

Dim instance As New PropertyAccessRule(identity,
 type, access, inheritanceType, inheritedObjectType)
public PropertyAccessRule (
    IdentityReference identity,
    AccessControlType type,
    PropertyAccess access,
    ActiveDirectorySecurityInheritance inheritanceType,
    Guid inheritedObjectType
)
public:
PropertyAccessRule (
    IdentityReference^ identity, 
    AccessControlType type, 
    PropertyAccess access, 
    ActiveDirectorySecurityInheritance inheritanceType, 
    Guid inheritedObjectType
)
public PropertyAccessRule (
    IdentityReference identity, 
    AccessControlType type, 
    PropertyAccess access, 
    ActiveDirectorySecurityInheritance inheritanceType, 
    Guid inheritedObjectType
)
public function PropertyAccessRule (
    identity : IdentityReference, 
    type : AccessControlType, 
    access : PropertyAccess, 
    inheritanceType : ActiveDirectorySecurityInheritance, 
    inheritedObjectType : Guid
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

access

プロパティアクセス種類指定する PropertyAccess 列挙値の 1 つ

inheritanceType

アクセス規則継承種類指定する、ActiveDirectorySecurityInheritance 列挙値の 1 つ

inheritedObjectType

このアクセス規則継承できる子オブジェクトの種類スキーマ GUID

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照アクセス制御種類プロパティ アクセス、および Active Directory セキュリティ継承指定して、PropertyAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    type As AccessControlType, _
    access As PropertyAccess, _
    inheritanceType As ActiveDirectorySecurityInheritance _
)
Dim identity As IdentityReference
Dim type As AccessControlType
Dim access As PropertyAccess
Dim inheritanceType As ActiveDirectorySecurityInheritance

Dim instance As New PropertyAccessRule(identity,
 type, access, inheritanceType)
public PropertyAccessRule (
    IdentityReference identity,
    AccessControlType type,
    PropertyAccess access,
    ActiveDirectorySecurityInheritance inheritanceType
)
public:
PropertyAccessRule (
    IdentityReference^ identity, 
    AccessControlType type, 
    PropertyAccess access, 
    ActiveDirectorySecurityInheritance inheritanceType
)
public PropertyAccessRule (
    IdentityReference identity, 
    AccessControlType type, 
    PropertyAccess access, 
    ActiveDirectorySecurityInheritance inheritanceType
)
public function PropertyAccessRule (
    identity : IdentityReference, 
    type : AccessControlType, 
    access : PropertyAccess, 
    inheritanceType : ActiveDirectorySecurityInheritance
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

access

プロパティアクセス種類指定する PropertyAccess 列挙値の 1 つ

inheritanceType

アクセス規則継承種類指定する、ActiveDirectorySecurityInheritance 列挙値の 1 つ

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

PropertyAccessRule コンストラクタ

PropertyAccessRule クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

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

関連項目

PropertyAccessRule クラス
PropertyAccessRule メンバ
System.DirectoryServices 名前空間

PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, Guid)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照アクセス制御種類プロパティ アクセスプロパティ種類Active Directory セキュリティ継承、および継承されるオブジェクトの種類指定して、PropertyAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    type As AccessControlType, _
    access As PropertyAccess, _
    propertyType As Guid, _
    inheritanceType As ActiveDirectorySecurityInheritance, _
    inheritedObjectType As Guid _
)
Dim identity As IdentityReference
Dim type As AccessControlType
Dim access As PropertyAccess
Dim propertyType As Guid
Dim inheritanceType As ActiveDirectorySecurityInheritance
Dim inheritedObjectType As Guid

Dim instance As New PropertyAccessRule(identity,
 type, access, propertyType, inheritanceType, inheritedObjectType)
public PropertyAccessRule (
    IdentityReference identity,
    AccessControlType type,
    PropertyAccess access,
    Guid propertyType,
    ActiveDirectorySecurityInheritance inheritanceType,
    Guid inheritedObjectType
)
public:
PropertyAccessRule (
    IdentityReference^ identity, 
    AccessControlType type, 
    PropertyAccess access, 
    Guid propertyType, 
    ActiveDirectorySecurityInheritance inheritanceType, 
    Guid inheritedObjectType
)
public PropertyAccessRule (
    IdentityReference identity, 
    AccessControlType type, 
    PropertyAccess access, 
    Guid propertyType, 
    ActiveDirectorySecurityInheritance inheritanceType, 
    Guid inheritedObjectType
)
public function PropertyAccessRule (
    identity : IdentityReference, 
    type : AccessControlType, 
    access : PropertyAccess, 
    propertyType : Guid, 
    inheritanceType : ActiveDirectorySecurityInheritance, 
    inheritedObjectType : Guid
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

access

プロパティアクセス種類指定する PropertyAccess 列挙値の 1 つ

propertyType

このアクセス規則適用先となるプロパティスキーマ GUID。これが Empty である場合アクセス規則すべてのプロパティ種類適用されます。

inheritanceType

アクセス規則継承種類指定する、ActiveDirectorySecurityInheritance 列挙値の 1 つ

inheritedObjectType

このアクセス規則継承できる子オブジェクトの種類スキーマ GUID

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, Guid)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照アクセス制御種類プロパティ アクセス、およびプロパティ種類指定して、PropertyAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    type As AccessControlType, _
    access As PropertyAccess, _
    propertyType As Guid _
)
Dim identity As IdentityReference
Dim type As AccessControlType
Dim access As PropertyAccess
Dim propertyType As Guid

Dim instance As New PropertyAccessRule(identity,
 type, access, propertyType)
public PropertyAccessRule (
    IdentityReference identity,
    AccessControlType type,
    PropertyAccess access,
    Guid propertyType
)
public:
PropertyAccessRule (
    IdentityReference^ identity, 
    AccessControlType type, 
    PropertyAccess access, 
    Guid propertyType
)
public PropertyAccessRule (
    IdentityReference identity, 
    AccessControlType type, 
    PropertyAccess access, 
    Guid propertyType
)
public function PropertyAccessRule (
    identity : IdentityReference, 
    type : AccessControlType, 
    access : PropertyAccess, 
    propertyType : Guid
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

access

プロパティアクセス種類指定する PropertyAccess 列挙値の 1 つ

propertyType

このアクセス規則適用先となるプロパティスキーマ GUID。これが Empty である場合アクセス規則すべてのプロパティ種類適用されます。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照アクセス制御種類プロパティ アクセスプロパティ種類、および Active Directory セキュリティ継承指定して、PropertyAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    type As AccessControlType, _
    access As PropertyAccess, _
    propertyType As Guid, _
    inheritanceType As ActiveDirectorySecurityInheritance _
)
Dim identity As IdentityReference
Dim type As AccessControlType
Dim access As PropertyAccess
Dim propertyType As Guid
Dim inheritanceType As ActiveDirectorySecurityInheritance

Dim instance As New PropertyAccessRule(identity,
 type, access, propertyType, inheritanceType)
public PropertyAccessRule (
    IdentityReference identity,
    AccessControlType type,
    PropertyAccess access,
    Guid propertyType,
    ActiveDirectorySecurityInheritance inheritanceType
)
public:
PropertyAccessRule (
    IdentityReference^ identity, 
    AccessControlType type, 
    PropertyAccess access, 
    Guid propertyType, 
    ActiveDirectorySecurityInheritance inheritanceType
)
public PropertyAccessRule (
    IdentityReference identity, 
    AccessControlType type, 
    PropertyAccess access, 
    Guid propertyType, 
    ActiveDirectorySecurityInheritance inheritanceType
)
public function PropertyAccessRule (
    identity : IdentityReference, 
    type : AccessControlType, 
    access : PropertyAccess, 
    propertyType : Guid, 
    inheritanceType : ActiveDirectorySecurityInheritance
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

access

プロパティアクセス種類指定する PropertyAccess 列挙値の 1 つ

propertyType

このアクセス規則適用先となるプロパティスキーマ GUID。これが Empty である場合アクセス規則すべてのプロパティ種類適用されます。

inheritanceType

アクセス規則継承種類指定する、ActiveDirectorySecurityInheritance 列挙値の 1 つ

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「PropertyAccessRule コンストラクタ」の関連用語

PropertyAccessRule コンストラクタのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



PropertyAccessRule コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS