Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Writes the given array of bytes into the BLOB starting at the given position, and then returns the number of bytes written.
Overload List
Name | Description |
---|---|
setBytes (long, byte[]) | Writes the given array of bytes into the BLOB starting at the given position, and then returns the number of bytes written. |
setBytes (long, byte[], int, int) | Writes all or part of the given array of bytes into the BLOB starting at the given position, offset, and length, and then returns the number of bytes written. |
See Also
SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class