ShardedTableInfo Constructors

Definition

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