Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SecurityPrivilegesGetRequest class that has the specified cultural settings and criteria for getting security privileges.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
Criteria As SecurityPrivilegesGetCriteria _
)
'Usage
Dim International As International
Dim Criteria As SecurityPrivilegesGetCriteria
Dim instance As New SecurityPrivilegesGetRequest(International, _
Criteria)
public SecurityPrivilegesGetRequest(
International International,
SecurityPrivilegesGetCriteria Criteria
)
public:
SecurityPrivilegesGetRequest(
International^ International,
SecurityPrivilegesGetCriteria^ Criteria
)
new :
International:International *
Criteria:SecurityPrivilegesGetCriteria -> SecurityPrivilegesGetRequest
public function SecurityPrivilegesGetRequest(
International : International,
Criteria : SecurityPrivilegesGetCriteria
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- Criteria
Type: Microsoft.MasterDataServices.SecurityPrivilegesGetCriteria
The criteria for getting security privileges.
See Also
Reference
SecurityPrivilegesGetRequest Class