MultiServerSqlConnectionInfo.PacketSize Property
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.
Gets or sets size, in bytes, of the TCP packets used by the connection.
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
Property Value
An System.Int value specifying the packet size, in bytes.