RangeShardMap<TKey>.UpdateMapping Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UpdateMapping(RangeMapping<TKey>, RangeMappingUpdate) | |
UpdateMapping(RangeMapping<TKey>, RangeMappingUpdate, MappingLockToken) |
UpdateMapping(RangeMapping<TKey>, RangeMappingUpdate)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> UpdateMapping (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> currentMapping, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingUpdate update);
member this.UpdateMapping : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingUpdate -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function UpdateMapping (currentMapping As RangeMapping(Of TKey), update As RangeMappingUpdate) As RangeMapping(Of TKey)
Parameters
- currentMapping
- RangeMapping<TKey>
- update
- RangeMappingUpdate
Returns
Applies to
UpdateMapping(RangeMapping<TKey>, RangeMappingUpdate, MappingLockToken)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> UpdateMapping (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> currentMapping, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingUpdate update, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingLockToken mappingLockToken);
member this.UpdateMapping : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingUpdate * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingLockToken -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function UpdateMapping (currentMapping As RangeMapping(Of TKey), update As RangeMappingUpdate, mappingLockToken As MappingLockToken) As RangeMapping(Of TKey)
Parameters
- currentMapping
- RangeMapping<TKey>
- update
- RangeMappingUpdate
- mappingLockToken
- MappingLockToken
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.