إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Retrieves the value of the designated parameter as a binary stream of uninterrupted bytes given the parameter name.
Syntax
public final java.io.InputStream getBinaryStream(java.lang.String paramName)
Parameters
paramName
A String that indicates the parameter name.
Return Value
An InputStream object.
Exceptions
See Also
getBinaryStream Method (SQLServerCallableStatement)
SQLServerCallableStatement Members
SQLServerCallableStatement Class