SecurityPrivilegesRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
要获取的安全特权。