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

RecoveryManager.RebuildMappingsOnShardMapManagerFromShards 方法

定义

重载

RebuildMappingsOnShardMapManagerFromShards(IEnumerable<ShardLocation>)
RebuildMappingsOnShardMapManagerFromShards(IEnumerable<ShardLocation>, String)

RebuildMappingsOnShardMapManagerFromShards(IEnumerable<ShardLocation>)

public void RebuildMappingsOnShardMapManagerFromShards(System.Collections.Generic.IEnumerable<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation> shardLocations);
member this.RebuildMappingsOnShardMapManagerFromShards : seq<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation> -> unit
Public Sub RebuildMappingsOnShardMapManagerFromShards (shardLocations As IEnumerable(Of ShardLocation))

参数

shardLocations
IEnumerable<ShardLocation>

适用于

RebuildMappingsOnShardMapManagerFromShards(IEnumerable<ShardLocation>, String)

public void RebuildMappingsOnShardMapManagerFromShards(System.Collections.Generic.IEnumerable<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation> shardLocations, string shardMapName);
member this.RebuildMappingsOnShardMapManagerFromShards : seq<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation> * string -> unit
Public Sub RebuildMappingsOnShardMapManagerFromShards (shardLocations As IEnumerable(Of ShardLocation), shardMapName As String)

参数

shardLocations
IEnumerable<ShardLocation>
shardMapName
String

适用于