SqlFileStream::Write Method (array<Byte>^, Int32, Int32)
.NET Framework (current version)
Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
Assembly: System.Data (in System.Data.dll)
public: virtual void Write( array<unsigned char>^ buffer, int offset, int count ) override
Parameters
- buffer
-
Type:
array<System::Byte>^
An array of bytes. This method copies count bytes from buffer to the current stream.
- offset
-
Type:
System::Int32
The zero-based byte offset in buffer at which to begin copying bytes to the current stream.
- count
-
Type:
System::Int32
The number of bytes to be written to the current stream.
| Exception | Condition |
|---|---|
| NotSupportedException | The object does not support writing of data. |
.NET Framework
Available since 2.0
Available since 2.0
Show: