Freigeben über


ListShardMap<TKey>.CreatePointMapping Methode

Definition

Überlädt

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)

Parameter

Gibt zurück

Gilt für:

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)

Parameter

point
TKey
shard
Shard

Gibt zurück

Gilt für: