Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.18 KB

File metadata and controls

41 lines (32 loc) · 1.18 KB
title getPacketSize Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDataSource.getPacketSize
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid b2e9f01a-2e51-47e5-90bf-43c62d1be74d
author David-Engel
ms.author v-daenge

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