已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 SqlBytes 執行個體內含值的長度。
public: property long Length { long get(); };
public long Length { get; }
member this.Length : int64
Public ReadOnly Property Length As Long
Int64 值,表示 SqlBytes 執行個體內含值的長度。
如果沒有緩衝區可供執行個體使用,或值為 null,則傳回 -1。
傳回資料流包裝執行個體的 Length。
預設值為 0。
.NET