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 ModelMembersBulkUpdateRequest class that has the specified cultural settings and model members to update.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
ModelMembers As Collection(Of EntityMembers) _
)
'Usage
Dim International As International
Dim ModelMembers As Collection(Of EntityMembers)
Dim instance As New ModelMembersBulkUpdateRequest(International, _
ModelMembers)
public ModelMembersBulkUpdateRequest(
International International,
Collection<EntityMembers> ModelMembers
)
public:
ModelMembersBulkUpdateRequest(
International^ International,
Collection<EntityMembers^>^ ModelMembers
)
new :
International:International *
ModelMembers:Collection<EntityMembers> -> ModelMembersBulkUpdateRequest
public function ModelMembersBulkUpdateRequest(
International : International,
ModelMembers : Collection<EntityMembers>
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- ModelMembers
Type: System.Collections.ObjectModel.Collection<EntityMembers>
The model members to update.
See Also
Reference
ModelMembersBulkUpdateRequest Class