RangeShardMap<TKey>.GetMappingForKey Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
Parameter
- key
- TKey
Gibt zurück
Gilt für:
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)
Parameter
- key
- TKey
- lookupOptions
- LookupOptions
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET