ListShardMap<TKey>.GetMappings 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
GetMappings() | |
GetMappings(Range<TKey>) | |
GetMappings(Shard) | |
GetMappings(Range<TKey>, Shard) |
GetMappings()
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey>> GetMappings ();
member this.GetMappings : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key>>
Public Function GetMappings () As IReadOnlyList(Of PointMapping(Of TKey))
Retours
IReadOnlyList<PointMapping<TKey>>
S’applique à
GetMappings(Range<TKey>)
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey>> GetMappings (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<TKey> range);
member this.GetMappings : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<'Key> -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key>>
Public Function GetMappings (range As Range(Of TKey)) As IReadOnlyList(Of PointMapping(Of TKey))
Paramètres
- range
- Range<TKey>
Retours
IReadOnlyList<PointMapping<TKey>>
S’applique à
GetMappings(Shard)
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey>> GetMappings (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard shard);
member this.GetMappings : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key>>
Public Function GetMappings (shard As Shard) As IReadOnlyList(Of PointMapping(Of TKey))
Paramètres
- shard
- Shard
Retours
IReadOnlyList<PointMapping<TKey>>
S’applique à
GetMappings(Range<TKey>, Shard)
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey>> GetMappings (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<TKey> range, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard shard);
member this.GetMappings : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key>>
Public Function GetMappings (range As Range(Of TKey), shard As Shard) As IReadOnlyList(Of PointMapping(Of TKey))
Paramètres
- range
- Range<TKey>
- shard
- Shard
Retours
IReadOnlyList<PointMapping<TKey>>
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