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