简体   繁体   English

SqlConnection的网络协议是什么

[英]What is the network protocol of SqlConnection

When using .net SqlConnection to connect to the DB, what network protocol does it use to connect the application to the database?使用.net SqlConnection 连接数据库时,它使用什么网络协议将应用程序连接到数据库? I tried googling it and reading the docs but couldn't find anything.我尝试使用谷歌搜索并阅读文档,但找不到任何内容。 Is it HTTP or something else?是 HTTP 还是其他什么?

SQL Server 的网络协议是表格数据流协议或 TDS,它在 TCP/IP、命名管道或(对于本地连接)共享内存上运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM