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

Range<TKey> Constructors

Definition

Overloads

Range<TKey>(TKey)

public Range(TKey low);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<'Key> : 'Key -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<'Key>
Public Sub New (low As TKey)

Parameters

low
TKey

Applies to

Range<TKey>(TKey, TKey)

public Range(TKey low, TKey high);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<'Key> : 'Key * 'Key -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<'Key>
Public Sub New (low As TKey, high As TKey)

Parameters

low
TKey
high
TKey

Applies to