Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.63 KB

File metadata and controls

49 lines (37 loc) · 1.63 KB
title SQLServerBlob Constructor (SQLServerConnection, byte) | 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
SQLServerConnection, byte[].SQLServerBlob
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 9fe573e3-30db-4828-abab-e9346493e931
author David-Engel
ms.author v-daenge

SQLServerBlob Constructor (SQLServerConnection, byte)

[!INCLUDEDriver_JDBC_Download]

Initializes a new instance of the SQLServerBlob class when given a SQLServerConnection object and a byte array.

Note

This method has been deprecated in JDBC Driver version 2.0. Instead, use the createBlob method of the SQLServerConnection class.

Syntax

  
public SQLServerBlob(SQLServerConnection connection,  
                     byte[] data)  

Parameters

connection

A SQLServerConnection object.

data

A byte array.

See Also

SQLServerBlob Constructors
SQLServerBlob Members
SQLServerBlob Class