| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 9fe573e3-30db-4828-abab-e9346493e931 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!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.
public SQLServerBlob(SQLServerConnection connection,
byte[] data)
connection
A SQLServerConnection object.
data
A byte array.
SQLServerBlob Constructors
SQLServerBlob Members
SQLServerBlob Class