SystemAcl Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menginisialisasi instans baru kelas SystemAcl.
Overload
SystemAcl(Boolean, Boolean, Int32) |
Menginisialisasi instans SystemAcl baru kelas dengan nilai yang ditentukan. |
SystemAcl(Boolean, Boolean, RawAcl) |
Menginisialisasi instans SystemAcl baru kelas dengan nilai yang ditentukan dari objek yang ditentukan RawAcl . |
SystemAcl(Boolean, Boolean, Byte, Int32) |
Menginisialisasi instans SystemAcl baru kelas dengan nilai yang ditentukan. |
SystemAcl(Boolean, Boolean, Int32)
Menginisialisasi instans SystemAcl baru kelas dengan nilai yang ditentukan.
public:
SystemAcl(bool isContainer, bool isDS, int capacity);
public SystemAcl (bool isContainer, bool isDS, int capacity);
new System.Security.AccessControl.SystemAcl : bool * bool * int -> System.Security.AccessControl.SystemAcl
Public Sub New (isContainer As Boolean, isDS As Boolean, capacity As Integer)
Parameter
- capacity
- Int32
Jumlah Entri Access Control (ACE) yang bisa dimuat objek iniSystemAcl. Angka ini hanya akan digunakan sebagai petunjuk.
Berlaku untuk
SystemAcl(Boolean, Boolean, RawAcl)
public:
SystemAcl(bool isContainer, bool isDS, System::Security::AccessControl::RawAcl ^ rawAcl);
public SystemAcl (bool isContainer, bool isDS, System.Security.AccessControl.RawAcl rawAcl);
new System.Security.AccessControl.SystemAcl : bool * bool * System.Security.AccessControl.RawAcl -> System.Security.AccessControl.SystemAcl
Public Sub New (isContainer As Boolean, isDS As Boolean, rawAcl As RawAcl)
Parameter
- rawAcl
- RawAcl
Objek yang mendasar RawAcl untuk objek baru SystemAcl . Tentukan null
untuk membuat ACL kosong.
Keterangan
Entri Access Control (ACE) dalam objek dikloningRawAcl.
Berlaku untuk
SystemAcl(Boolean, Boolean, Byte, Int32)
Menginisialisasi instans SystemAcl baru kelas dengan nilai yang ditentukan.
public:
SystemAcl(bool isContainer, bool isDS, System::Byte revision, int capacity);
public SystemAcl (bool isContainer, bool isDS, byte revision, int capacity);
new System.Security.AccessControl.SystemAcl : bool * bool * byte * int -> System.Security.AccessControl.SystemAcl
Public Sub New (isContainer As Boolean, isDS As Boolean, revision As Byte, capacity As Integer)
Parameter
- capacity
- Int32
Jumlah Entri Access Control (ACE) yang bisa dimuat objek iniSystemAcl. Angka ini hanya akan digunakan sebagai petunjuk.