| title | setAsciiStream Method (int, java.io.InputStream) | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 01/19/2017 |
| ms.prod | sql |
| ms.prod_service | connectivity |
| ms.reviewer | |
| ms.technology | connectivity |
| ms.topic | conceptual |
| ms.assetid | 02c2443d-44e1-4f16-a0d5-08d197838214 |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Sets the designated parameter number to the given java.io.InputStream object.
public final void setAsciiStream(int parameterIndex,
java.io.InputStream x)
parameterIndex
An int that indicates the parameter number.
x
A java.io.InputStream object.
This setAsciiStream method is specified by the setAsciiStream method in the java.sql.PreparedStatement interface.
setAsciiStream Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members