RecoveryManager.RebuildMappingsOnShardsFromShardMapManager Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
Parâmetros
- shardLocations
- IEnumerable<ShardLocation>
- shardMapName
- String
Aplica-se a
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))
Parâmetros
- shardLocations
- IEnumerable<ShardLocation>
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET