RangeShardMap<TKey>.CreateRangeMapping Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- creationInfo
- RangeMappingCreationInfo<TKey>
Returns
Applies to
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)
Parameters
- range
- Range<TKey>
- shard
- Shard
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.