SqlConnectionStringBuilder::PacketSize Property
.NET Framework (current version)
Gets or sets the size in bytes of the network packets used to communicate with an instance of SQL Server.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Int32The value of the PacketSize property, or 8000 if none has been supplied.
This property corresponds to the "Packet Size" key within the connection string.
.NET Framework
Available since 2.0
Available since 2.0
Show: