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

RecoveryManager.DetachShard 方法

定义

重载

DetachShard(ShardLocation)
DetachShard(ShardLocation, String)

DetachShard(ShardLocation)

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

参数

location
ShardLocation

适用于

DetachShard(ShardLocation, String)

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

参数

location
ShardLocation
shardMapName
String

适用于