ShardMap Class
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.
public abstract class ShardMap
type ShardMap = class
Public MustInherit Class ShardMap
Inheritance
Derived
Properties
Methods
CloneCore()
CreateShard(ShardCreationInfo)
CreateShard(ShardLocation)
DeleteShard(Shard)
GetShard(ShardLocation)
GetShards()
OpenConnectionForKey<TKey>(TKey, String, ConnectionOptions)
OpenConnectionForKey<TKey>(TKey, String, SqlCredential, ConnectionOptions)
OpenConnectionForKey<TKey>(TKey, String, SqlCredential)
OpenConnectionForKey<TKey>(TKey, String)
OpenConnectionForKeyAsync<TKey>(TKey, String, ConnectionOptions)
OpenConnectionForKeyAsync<TKey>(TKey, String, SqlCredential, ConnectionOptions)
OpenConnectionForKeyAsync<TKey>(TKey, String, SqlCredential)
OpenConnectionForKeyAsync<TKey>(TKey, String)
ToString()
TryGetShard(ShardLocation, Shard)
Extension Methods
Applies to