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

RangeMappingCreationInfo<TKey> 构造函数

定义

public RangeMappingCreationInfo (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<TKey> value, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard shard, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingStatus status);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingCreationInfo<'Key> : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingStatus -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingCreationInfo<'Key>
Public Sub New (value As Range(Of TKey), shard As Shard, status As MappingStatus)

参数

value
Range<TKey>
shard
Shard
status
MappingStatus

适用于