Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlConnectionStringBuilder::PacketSize Property

 

Gets or sets the size in bytes of the network packets used to communicate with an instance of SQL Server.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
property int PacketSize {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The 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
Return to top
Show:
© 2017 Microsoft