SqliteBlob.SetLength(Int64) 方法

定义

设置当前流的长度。 sqlite Blob 不支持此操作。 不支持。

public override void SetLength (long value);
override this.SetLength : int64 -> unit
Public Overrides Sub SetLength (value As Long)

参数

value
Int64

所需的当前流的长度(以字节表示)。

例外

适用于