RangeShardMap<TKey>.CreateRangeMapping 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
CreateRangeMapping(RangeMappingCreationInfo<TKey>) | |
CreateRangeMapping(Range<TKey>, Shard) |
CreateRangeMapping(RangeMappingCreationInfo<TKey>)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> CreateRangeMapping (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingCreationInfo<TKey> creationInfo);
member this.CreateRangeMapping : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingCreationInfo<'Key> -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function CreateRangeMapping (creationInfo As RangeMappingCreationInfo(Of TKey)) As RangeMapping(Of TKey)
Parâmetros
- creationInfo
- RangeMappingCreationInfo<TKey>
Retornos
Aplica-se a
CreateRangeMapping(Range<TKey>, Shard)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> CreateRangeMapping (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<TKey> range, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard shard);
member this.CreateRangeMapping : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function CreateRangeMapping (range As Range(Of TKey), shard As Shard) As RangeMapping(Of TKey)
Parâmetros
- range
- Range<TKey>
- shard
- Shard
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET