SchemaInfoCollection.Replace(String, SchemaInfo) 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.
Replaces the SchemaInfo with the given ShardMap name.
public void Replace (string shardMapName, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfo schemaInfo);
member this.Replace : string * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.SchemaInfo -> unit
Parameters
- shardMapName
- System.String
The name of the ShardMap whose SchemaInfo will be replaced.
- schemaInfo
- SchemaInfo
Sharding schema information.