你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ShardedTableInfo Constructors

Definition

Overloads

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