SqlFileStream Constructor
.NET Framework (current version)
Initializes a new instance of the SqlFileStream class.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | SqlFileStream(String^, array<Byte>^, FileAccess) | Initializes a new instance of the SqlFileStream class. |
![]() | SqlFileStream(String^, array<Byte>^, FileAccess, FileOptions, Int64) | Initializes a new instance of the SqlFileStream class. |
The following table lists the code access security (CAS) permissions that all callers in the stack must have to use the SqlFileStream constructors.
File access | Permission |
|---|---|
Read | |
Write | |
ReadWrite |
For more information about CAS, see Code Access Security and ADO.NET.
Show:
