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

RecoveryManager.DetectMappingDifferences 方法

定义

重载

DetectMappingDifferences(ShardLocation)
DetectMappingDifferences(ShardLocation, String)

DetectMappingDifferences(ShardLocation)

public System.Collections.Generic.IEnumerable<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Recovery.RecoveryToken> DetectMappingDifferences (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation location);
member this.DetectMappingDifferences : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation -> seq<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Recovery.RecoveryToken>
Public Function DetectMappingDifferences (location As ShardLocation) As IEnumerable(Of RecoveryToken)

参数

location
ShardLocation

返回

适用于

DetectMappingDifferences(ShardLocation, String)

public System.Collections.Generic.IEnumerable<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Recovery.RecoveryToken> DetectMappingDifferences (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation location, string shardMapName);
member this.DetectMappingDifferences : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation * string -> seq<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Recovery.RecoveryToken>
Public Function DetectMappingDifferences (location As ShardLocation, shardMapName As String) As IEnumerable(Of RecoveryToken)

参数

location
ShardLocation
shardMapName
String

返回

适用于