Compartir a través de


ShardedTableInfo Constructores

Definición

Sobrecargas

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)

Parámetros

tableName
String
columnName
String

Se aplica a

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)

Parámetros

schemaName
String
tableName
String
columnName
String

Se aplica a