ListShardMap<TKey>.CreatePointMapping 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
CreatePointMapping(PointMappingCreationInfo<TKey>) | |
CreatePointMapping(TKey, Shard) |
CreatePointMapping(PointMappingCreationInfo<TKey>)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey> CreatePointMapping (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMappingCreationInfo<TKey> creationInfo);
member this.CreatePointMapping : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMappingCreationInfo<'Key> -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key>
Public Function CreatePointMapping (creationInfo As PointMappingCreationInfo(Of TKey)) As PointMapping(Of TKey)
Parâmetros
- creationInfo
- PointMappingCreationInfo<TKey>
Retornos
Aplica-se a
CreatePointMapping(TKey, Shard)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey> CreatePointMapping (TKey point, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard shard);
member this.CreatePointMapping : 'Key * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key>
Public Function CreatePointMapping (point As TKey, shard As Shard) As PointMapping(Of TKey)
Parâmetros
- point
- 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