SqlProtocol Enum
- java.
lang. Object - java.
lang. Enum<SqlProtocol> - com.
microsoft. azure. elasticdb. shard. base. SqlProtocol
- com.
- java.
public enum SqlProtocol
Types of transport protocols supported in SQL Server connections.
Fields
SIZE | |
XmlEnumValue |
Default protocol. TCP/IP protocol. Named pipes protocol. Shared memory protocol. |
Methods
forValue(int value)
getValue()
public int getValue()
Returns
int
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java