ShardLocation 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
ShardLocation(String, String) | |
ShardLocation(String, String, SqlProtocol) | |
ShardLocation(String, String, SqlProtocol, Int32) |
ShardLocation(String, String)
public ShardLocation (string server, string database);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation : string * string -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation
Public Sub New (server As String, database As String)
Parameters
- server
- String
- database
- String
Applies to
ShardLocation(String, String, SqlProtocol)
public ShardLocation (string server, string database, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.SqlProtocol protocol);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation : string * string * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.SqlProtocol -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation
Public Sub New (server As String, database As String, protocol As SqlProtocol)
Parameters
- server
- String
- database
- String
- protocol
- SqlProtocol
Applies to
ShardLocation(String, String, SqlProtocol, Int32)
public ShardLocation (string server, string database, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.SqlProtocol protocol, int port);
new Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation : string * string * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.SqlProtocol * int -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation
Public Sub New (server As String, database As String, protocol As SqlProtocol, port As Integer)
Parameters
- server
- String
- database
- String
- protocol
- SqlProtocol
- port
- Int32
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET