SchemaInfo.Add 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
Add(ReferenceTableInfo) | |
Add(ShardedTableInfo) |
Add(ReferenceTableInfo)
public void Add (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.ReferenceTableInfo referenceTableInfo);
member this.Add : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.ReferenceTableInfo -> unit
Public Sub Add (referenceTableInfo As ReferenceTableInfo)
Parameters
- referenceTableInfo
- ReferenceTableInfo
Applies to
Add(ShardedTableInfo)
public void Add (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.ShardedTableInfo shardedTableInfo);
member this.Add : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.ShardedTableInfo -> unit
Public Sub Add (shardedTableInfo As ShardedTableInfo)
Parameters
- shardedTableInfo
- ShardedTableInfo
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET