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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET