SqlFileStream.Position 属性

定义

获取或设置当前流中的位置。

public:
 virtual property long Position { long get(); void set(long value); };
public override long Position { get; set; }
member this.Position : int64 with get, set
Public Overrides Property Position As Long

属性值

SqlFileStream 中的当前位置。

适用于

另请参阅