Share via


SecurityPrivilegesRequest 构造函数

定义

初始化 SecurityPrivilegesRequest 类的新实例。

重载

SecurityPrivilegesRequest()

初始化具有默认值的 SecurityPrivilegesRequest 类的新实例。

SecurityPrivilegesRequest(International, SecurityPrivileges)

初始化具有指定的区域性设置和要获取的安全特权的 SecurityPrivilegesRequest 类的新实例。

SecurityPrivilegesRequest()

初始化具有默认值的 SecurityPrivilegesRequest 类的新实例。

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

适用于

SecurityPrivilegesRequest(International, SecurityPrivileges)

初始化具有指定的区域性设置和要获取的安全特权的 SecurityPrivilegesRequest 类的新实例。

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)

参数

International
International

区域性设置。

Privileges
SecurityPrivileges

要获取的安全特权。

适用于