RecoveryManager.RebuildMappingsOnShardMapManagerFromShards Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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))
Parámetros
- shardLocations
- IEnumerable<ShardLocation>
Se aplica a
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)
Parámetros
- shardLocations
- IEnumerable<ShardLocation>
- shardMapName
- String
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET