RangeShardMap<TKey>.GetMappingForKey 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
GetMappingForKey(TKey) | |
GetMappingForKey(TKey, LookupOptions) |
GetMappingForKey(TKey)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> GetMappingForKey (TKey key);
member this.GetMappingForKey : 'Key -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function GetMappingForKey (key As TKey) As RangeMapping(Of TKey)
Paramètres
- key
- TKey
Retours
S’applique à
GetMappingForKey(TKey, LookupOptions)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> GetMappingForKey (TKey key, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.LookupOptions lookupOptions);
member this.GetMappingForKey : 'Key * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.LookupOptions -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function GetMappingForKey (key As TKey, lookupOptions As LookupOptions) As RangeMapping(Of TKey)
Paramètres
- key
- TKey
- lookupOptions
- LookupOptions
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