SqlFileStream Properties
The SqlFileStream type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanRead | Gets a value indicating whether the current stream supports reading. (Overrides Stream.CanRead.) |
|
CanSeek | Gets a value indicating whether the current stream supports seeking. (Overrides Stream.CanSeek.) |
|
CanTimeout | Gets a value indicating whether the current stream can time out. (Overrides Stream.CanTimeout.) |
|
CanWrite | Gets a value indicating whether the current stream supports writing. (Overrides Stream.CanWrite.) |
|
Length | Gets a value indicating the length of the current stream in bytes. (Overrides Stream.Length.) |
|
Name | Gets the logical path of the SqlFileStream passed to the constructor. |
|
Position | Gets or sets the position within the current stream. (Overrides Stream.Position.) |
|
ReadTimeout | Gets or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out. (Overrides Stream.ReadTimeout.) |
|
TransactionContext | Gets or sets the transaction context for this SqlFileStream object. |
|
WriteTimeout | Gets or sets a value, in milliseconds, that determines how long the stream will attempt to write before timing out. (Overrides Stream.WriteTimeout.) |