Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.1 KB

getpacketsize-method-sqlserverdatasource.md

File metadata and controls

36 lines (27 loc) · 1.1 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getPacketSize Method (SQLServerDataSource)
getPacketSize Method (SQLServerDataSource)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerDataSource.getPacketSize
Assembly

getPacketSize Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Returns the current network packet size used to communicate with [!INCLUDEssNoVersion], specified in bytes.

Syntax

  
public int getPacketSize()  

Return Value

An int value containing the current network packet size.

Remarks

If the packetSize property is not set, the getPacketSize method returns the default value of 8000.

See Also

SQLServerDataSource Members
SQLServerDataSource Class