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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java