SecurityPrivilegesRequest Konstruktor

Definisi

Menginisialisasi instans baru kelas SecurityPrivilegesRequest.

Overload

SecurityPrivilegesRequest()

Menginisialisasi instans baru kelas SecurityPrivilegesRequest yang memiliki nilai default.

SecurityPrivilegesRequest(International, SecurityPrivileges)

Menginisialisasi instans SecurityPrivilegesRequest baru kelas yang memiliki pengaturan budaya dan hak istimewa keamanan yang ditentukan untuk didapatkan.

SecurityPrivilegesRequest()

Menginisialisasi instans baru kelas SecurityPrivilegesRequest yang memiliki nilai default.

public:
 SecurityPrivilegesRequest();
public SecurityPrivilegesRequest ();
Public Sub New ()

Berlaku untuk

SecurityPrivilegesRequest(International, SecurityPrivileges)

Menginisialisasi instans SecurityPrivilegesRequest baru kelas yang memiliki pengaturan budaya dan hak istimewa keamanan yang ditentukan untuk didapatkan.

public:
 SecurityPrivilegesRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrivileges ^ Privileges);
public SecurityPrivilegesRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrivileges Privileges);
new Microsoft.MasterDataServices.SecurityPrivilegesRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrivileges -> Microsoft.MasterDataServices.SecurityPrivilegesRequest
Public Sub New (International As International, Privileges As SecurityPrivileges)

Parameter

International
International

Pengaturan budaya.

Privileges
SecurityPrivileges

Hak istimewa keamanan untuk mendapatkan.

Berlaku untuk