RecoveryManager.AttachShard Method

Definition

Overloads

AttachShard(ShardLocation)
AttachShard(ShardLocation, String)

AttachShard(ShardLocation)

public void AttachShard (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation location);
member this.AttachShard : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation -> unit
Public Sub AttachShard (location As ShardLocation)

Parameters

location
ShardLocation

Applies to

AttachShard(ShardLocation, String)

public void AttachShard (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation location, string shardMapName);
member this.AttachShard : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation * string -> unit
Public Sub AttachShard (location As ShardLocation, shardMapName As String)

Parameters

location
ShardLocation
shardMapName
String

Applies to