ListShardMap<TKey>.UpdateMapping Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
UpdateMapping(PointMapping<TKey>, PointMappingUpdate) | |
UpdateMapping(PointMapping<TKey>, PointMappingUpdate, MappingLockToken) |
UpdateMapping(PointMapping<TKey>, PointMappingUpdate)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey> UpdateMapping (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey> currentMapping, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMappingUpdate update);
member this.UpdateMapping : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMappingUpdate -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key>
Public Function UpdateMapping (currentMapping As PointMapping(Of TKey), update As PointMappingUpdate) As PointMapping(Of TKey)
Paramètres
- currentMapping
- PointMapping<TKey>
- update
- PointMappingUpdate
Retours
S’applique à
UpdateMapping(PointMapping<TKey>, PointMappingUpdate, MappingLockToken)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey> UpdateMapping (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey> currentMapping, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMappingUpdate update, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingLockToken mappingLockToken);
member this.UpdateMapping : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMappingUpdate * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingLockToken -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key>
Public Function UpdateMapping (currentMapping As PointMapping(Of TKey), update As PointMappingUpdate, mappingLockToken As MappingLockToken) As PointMapping(Of TKey)
Paramètres
- currentMapping
- PointMapping<TKey>
- update
- PointMappingUpdate
- mappingLockToken
- MappingLockToken
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET