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 BusinessRulesDeleteRequest class with the specified cultural settings and deletion criteria.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
DeleteCriteria As BRDeleteCriteria _
)
'Usage
Dim International As International
Dim DeleteCriteria As BRDeleteCriteria
Dim instance As New BusinessRulesDeleteRequest(International, _
DeleteCriteria)
public BusinessRulesDeleteRequest(
International International,
BRDeleteCriteria DeleteCriteria
)
public:
BusinessRulesDeleteRequest(
International^ International,
BRDeleteCriteria^ DeleteCriteria
)
new :
International:International *
DeleteCriteria:BRDeleteCriteria -> BusinessRulesDeleteRequest
public function BusinessRulesDeleteRequest(
International : International,
DeleteCriteria : BRDeleteCriteria
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
Cultural settings.
- DeleteCriteria
Type: Microsoft.MasterDataServices.BRDeleteCriteria
The criteria used for filtering the items to be deleted.
See Also
Reference
BusinessRulesDeleteRequest Class