你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ListShardMap<TKey>.CreatePointMapping 方法

定义

重载

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)

参数

返回

适用于

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)

参数

point
TKey
shard
Shard

返回

适用于