SecurityPrivilegesRequest Constructor (International, SecurityPrivileges)
Initializes a new instance of the SecurityPrivilegesRequest class that has the specified cultural settings and security privileges to get.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
Public Sub New ( _
International As International, _
Privileges As SecurityPrivileges _
)
'Uso
Dim International As International
Dim Privileges As SecurityPrivileges
Dim instance As New SecurityPrivilegesRequest(International, _
Privileges)
public SecurityPrivilegesRequest(
International International,
SecurityPrivileges Privileges
)
public:
SecurityPrivilegesRequest(
International^ International,
SecurityPrivileges^ Privileges
)
new :
International:International *
Privileges:SecurityPrivileges -> SecurityPrivilegesRequest
public function SecurityPrivilegesRequest(
International : International,
Privileges : SecurityPrivileges
)
Parámetros
- International
Tipo: Microsoft.MasterDataServices.International
The cultural settings.
- Privileges
Tipo: Microsoft.MasterDataServices.SecurityPrivileges
The security privileges to get.
Vea también
Referencia
SecurityPrivilegesRequest Clase