ConnectionSettings.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.
Size in bytes of the network packets used to communicate with an instance of SQL Server. Default is 8192. Exceptions: ConnectionCannotBeChangedException InvalidPropertyValueException
public int PacketSize { get; set; }
member this.PacketSize : int with get, set
Public Property PacketSize As Integer