RangeShardMap<TKey>.TryGetMappingForKey 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
TryGetMappingForKey(TKey, RangeMapping<TKey>) | |
TryGetMappingForKey(TKey, LookupOptions, RangeMapping<TKey>) |
TryGetMappingForKey(TKey, RangeMapping<TKey>)
public bool TryGetMappingForKey (TKey key, out Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> rangeMapping);
member this.TryGetMappingForKey : 'Key * RangeMapping -> bool
Public Function TryGetMappingForKey (key As TKey, ByRef rangeMapping As RangeMapping(Of TKey)) As Boolean
Parameters
- key
- TKey
- rangeMapping
- RangeMapping<TKey>
Returns
Applies to
TryGetMappingForKey(TKey, LookupOptions, RangeMapping<TKey>)
public bool TryGetMappingForKey (TKey key, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.LookupOptions lookupOptions, out Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> rangeMapping);
member this.TryGetMappingForKey : 'Key * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.LookupOptions * RangeMapping -> bool
Public Function TryGetMappingForKey (key As TKey, lookupOptions As LookupOptions, ByRef rangeMapping As RangeMapping(Of TKey)) As Boolean
Parameters
- key
- TKey
- lookupOptions
- LookupOptions
- rangeMapping
- RangeMapping<TKey>
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.