RecoveryManager.RebuildMappingsOnShardsFromShardMapManager メソッド

定義

オーバーロード

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

RebuildMappingsOnShardsFromShardMapManager(IEnumerable<ShardLocation>, String)

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

パラメーター

shardLocations
IEnumerable<ShardLocation>
shardMapName
String

適用対象

RebuildMappingsOnShardsFromShardMapManager(IEnumerable<ShardLocation>)

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

パラメーター

shardLocations
IEnumerable<ShardLocation>

適用対象