RecoveryManager.AttachShard Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AttachShard(ShardLocation) | |
AttachShard(ShardLocation, String) |
AttachShard(ShardLocation)
public void AttachShard (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation location);
member this.AttachShard : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation -> unit
Public Sub AttachShard (location As ShardLocation)
Parameters
- location
- ShardLocation
Applies to
AttachShard(ShardLocation, String)
public void AttachShard (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation location, string shardMapName);
member this.AttachShard : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation * string -> unit
Public Sub AttachShard (location As ShardLocation, shardMapName As String)
Parameters
- location
- ShardLocation
- shardMapName
- String
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET