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 SecurityPrivilegesDeleteRequest class that has the specified cultural settings and criteria for deleting security privileges.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
Criteria As SecurityPrivilegesDeleteCriteria _
)
'Usage
Dim International As International
Dim Criteria As SecurityPrivilegesDeleteCriteria
Dim instance As New SecurityPrivilegesDeleteRequest(International, _
Criteria)
public SecurityPrivilegesDeleteRequest(
International International,
SecurityPrivilegesDeleteCriteria Criteria
)
public:
SecurityPrivilegesDeleteRequest(
International^ International,
SecurityPrivilegesDeleteCriteria^ Criteria
)
new :
International:International *
Criteria:SecurityPrivilegesDeleteCriteria -> SecurityPrivilegesDeleteRequest
public function SecurityPrivilegesDeleteRequest(
International : International,
Criteria : SecurityPrivilegesDeleteCriteria
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- Criteria
Type: Microsoft.MasterDataServices.SecurityPrivilegesDeleteCriteria
The criteria for deleting security privileges.
See Also
Reference
SecurityPrivilegesDeleteRequest Class