ListShardMap<TKey>.TryGetMappingForKey Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TryGetMappingForKey(TKey, PointMapping<TKey>) | |
TryGetMappingForKey(TKey, LookupOptions, PointMapping<TKey>) |
TryGetMappingForKey(TKey, PointMapping<TKey>)
public bool TryGetMappingForKey (TKey key, out Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey> pointMapping);
member this.TryGetMappingForKey : 'Key * PointMapping -> bool
Public Function TryGetMappingForKey (key As TKey, ByRef pointMapping As PointMapping(Of TKey)) As Boolean
Parâmetros
- key
- TKey
- pointMapping
- PointMapping<TKey>
Retornos
Aplica-se a
TryGetMappingForKey(TKey, LookupOptions, PointMapping<TKey>)
public bool TryGetMappingForKey (TKey key, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.LookupOptions lookupOptions, out Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey> pointMapping);
member this.TryGetMappingForKey : 'Key * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.LookupOptions * PointMapping -> bool
Public Function TryGetMappingForKey (key As TKey, lookupOptions As LookupOptions, ByRef pointMapping As PointMapping(Of TKey)) As Boolean
Parâmetros
- key
- TKey
- lookupOptions
- LookupOptions
- pointMapping
- PointMapping<TKey>
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET