PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess)
アセンブリ: 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 )


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance, Guid)
アセンブリ: 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 )


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance)
アセンブリ: 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 )


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


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 コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, Guid)
アセンブリ: 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 )

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, Guid)
アセンブリ: 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 )

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance)
アセンブリ: 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 )

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- PropertyAccessRule コンストラクタのページへのリンク