MultiServerSqlConnectionInfo.PacketSize 属性

定义

获取或设置连接使用的 TCP 数据包大小(字节)。

public:
 property int PacketSize { int get(); void set(int value); };
public int PacketSize { get; set; }
member this.PacketSize : int with get, set
Public Property PacketSize As Integer

属性值

一个 System.Int 值,该值以字节为单位指定数据包大小。

适用于