Freigeben über


ListShardMap<TKey>.TryGetMappingForKey Methode

Definition

Überlädt

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

Parameter

key
TKey
pointMapping
PointMapping<TKey>

Gibt zurück

Gilt für:

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

Parameter

key
TKey
lookupOptions
LookupOptions
pointMapping
PointMapping<TKey>

Gibt zurück

Gilt für: