ShardedTableInfo Constructors
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
ShardedTableInfo(String, String) | |
ShardedTableInfo(String, String, String) |
ShardedTableInfo(String, String)
public ShardedTableInfo (string tableName, string columnName);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.ShardedTableInfo : string * string -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.ShardedTableInfo
Public Sub New (tableName As String, columnName As String)
Parameters
- tableName
- String
- columnName
- String
Applies to
ShardedTableInfo(String, String, String)
public ShardedTableInfo (string schemaName, string tableName, string columnName);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.ShardedTableInfo : string * string * string -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.ShardedTableInfo
Public Sub New (schemaName As String, tableName As String, columnName As String)
Parameters
- schemaName
- String
- tableName
- String
- columnName
- String
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